BotC frontend runs with debugging enabled
I had a comment posting window open since some time, and when I added a post then apparently some session ticket had expired and that failed. But instead of getting a user-oriented message about that, I got a developer-oriented debugging message:
Comment post not allowed (400)
Why: The comment form failed security verification: <ul class="errorlist"><li>timestamp<ul class="errorlist"><li>Timestamp check failed</li></ul></li></ul>
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.