Why: | {{ why }} |
---|
The Flag you tried to post to this view wasn't saved because something tampered with the security information in the flag form. The message above should explain the problem.
You're seeing this error because you have DEBUG = True
in
your Django settings file. Change that to False
, and Django
will display a standard 400 error page.