From f8adf99cdb449924b2ed2ddac33744da7eeb1efc Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Tue, 7 Apr 2009 19:28:13 +0000 Subject: Fixed #9268: pass the "next" param through in the comment preview/post view. Also updated the docs to make this a bit clearer. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10418 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/comments/index.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/ref/contrib/comments/index.txt b/docs/ref/contrib/comments/index.txt index f3ccf54ebe..f6e1553bac 100644 --- a/docs/ref/contrib/comments/index.txt +++ b/docs/ref/contrib/comments/index.txt @@ -180,6 +180,14 @@ you'll always want to use it like above::
+Redirecting after the comment post +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +To specify the URL you want to redirect to after the comment has been posted, +you can include a hidden form input called ``next`` in your comment form. For example:: + + + .. _notes-on-the-comment-form: Notes on the comment form -- cgit v1.3