From a2891841fbf1e5660693a1f9109f2e6810224a3b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 5 May 2019 11:40:42 -0500 Subject: added tutorials with comments --- .../templates/comments/400-debug.html | 116 +++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 app/django_comments/templates/comments/400-debug.html (limited to 'app/django_comments/templates/comments/400-debug.html') diff --git a/app/django_comments/templates/comments/400-debug.html b/app/django_comments/templates/comments/400-debug.html new file mode 100644 index 0000000..af74676 --- /dev/null +++ b/app/django_comments/templates/comments/400-debug.html @@ -0,0 +1,116 @@ + + + + + Comment post not allowed (400) + + + + +
+

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. +

+
+ + -- cgit v1.2.3-70-g09d2