1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5 <title>Comment post not allowed (400)</title>
6 <meta name="robots" content="NONE,NOARCHIVE" />
7 <style type="text/css">
8 html * { padding:0; margin:0; }
9 body * { padding:10px 20px; }
10 body * * { padding:0; }
11 body { font:small sans-serif; background:#eee; }
12 body>div { border-bottom:1px solid #ddd; }
13 h1 { font-weight:normal; margin-bottom:.4em; }
14 h1 span { font-size:60%; color:#666; font-weight:normal; }
15 table { border:none; border-collapse: collapse; width:100%; }
16 td, th { vertical-align:top; padding:2px 3px; }
17 th { width:12em; text-align:right; color:#666; padding-right:.5em; }
18 #info { background:#f6f6f6; }
19 #info ol { margin: 0.5em 4em; }
20 #info ol li { font-family: monospace; }
21 #summary { background: #ffc; }
22 #explanation { background:#eee; border-bottom: 0px none; }
27 <h1>Comment post not allowed <span>(400)</span></h1>
37 The comment you tried to post to this view wasn't saved because something
38 tampered with the security information in the comment form. The message
39 above should explain the problem, or you can check the <a
40 href="http://docs.djangoproject.com/en/dev/ref/contrib/comments/">comment
41 documentation</a> for more help.
45 <div id="explanation">
47 You're seeing this error because you have <code>DEBUG = True</code> in
48 your Django settings file. Change that to <code>False</code>, and Django
49 will display a standard 400 error page.