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
Source:stackexchange.com
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