Skip to content

Form Errors not Shown #8

@jproffitt

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.

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