From d4f9bff7ef190fdaedaa5319718f1db265d86d56 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Mon, 4 Jan 2010 22:22:16 +0000 Subject: [1.1.X] Fixed #12503 - form examples don't validate according to w3c Thanks to skyl for the report. Backport of r12086 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12087 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/comments/index.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/comments/index.txt b/docs/ref/contrib/comments/index.txt index 880be34101..13442012ac 100644 --- a/docs/ref/contrib/comments/index.txt +++ b/docs/ref/contrib/comments/index.txt @@ -157,7 +157,7 @@ you can use in the template:: A complete form might look like:: {% get_comment_form for event as form %} -
+ {{ form }} @@ -178,7 +178,7 @@ You may have noticed that the above example uses another template tag -- form. This will always return the correct URL that comments should be posted to; you'll always want to use it like above:: - + Redirecting after the comment post ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3