[Answer]-Form validations from template not working

1👍

your view returns None if request.method == 'POST' and form.is_valid() is False.

unindent the last line of the view to restore the logic to how it should be

Leave a comment