Comment post not allowed (400)

Why: {{ why }}

The comment you tried to post to this view wasn't saved because something tampered with the security information in the comment form. The message above should explain the problem, or you can check the comment documentation for more help.

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.