Skip to content

Form Errors not Shown #8

Description

@jproffitt

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions