You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ietf.nomcom.views.feedback() view should be refactored to validate using a form or forms instead of direct access to request.POST data. This will prevent validation failures due to invalid requests from being reported as 500 errors.
Describe the issue
The
ietf.nomcom.views.feedback()
view should be refactored to validate using a form or forms instead of direct access torequest.POST
data. This will prevent validation failures due to invalid requests from being reported as 500 errors.Code of Conduct
The text was updated successfully, but these errors were encountered: