Contact attempt not allowed (400)

Why: {{ why }}

The contact message you tried to post wasn't saved because something tampered with the security information in the form. The message above should explain the problem, or you can check the django-contactme 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.