From 7b653025679a6bed643a792b1ac04abc2d1c3095 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Thu, 28 Aug 2008 19:46:33 +0000 Subject: [PATCH] Fixed #8608: corrected doc link in comment 400 error page. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8677 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/comments/templates/comments/400-debug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/comments/templates/comments/400-debug.html b/django/contrib/comments/templates/comments/400-debug.html index adb08a16d0..3c4532b9b0 100644 --- a/django/contrib/comments/templates/comments/400-debug.html +++ b/django/contrib/comments/templates/comments/400-debug.html @@ -37,7 +37,7 @@ 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 + href="http://docs.djangoproject.com/en/dev/ref/contrib/comments/">comment documentation for more help.