-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
If a form is submitted, and fails validation, the errors will not be shown in the form after redirection. The failed data is displayed in the form, but no errors. I think the solution is as easy as doing a form.is_valid() call in the render method if data was in the session for that form, because if data is in the session, then it must have failed validation.
Metadata
Metadata
Assignees
Labels
No labels