From bca753e283366101991dbc1758b66fd9339ba32d Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Tue, 23 Feb 2010 15:00:33 +0000 Subject: Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin for ticket and Derek Willis for patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12527 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/intro/tutorial04.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/intro/tutorial04.txt') diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt index 70e012e7af..ee3a3b2045 100644 --- a/docs/intro/tutorial04.txt +++ b/docs/intro/tutorial04.txt @@ -174,6 +174,8 @@ Now, create a ``results.html`` template: {% endfor %} + Vote again? + Now, go to ``/polls/1/`` in your browser and vote in the poll. You should see a results page that gets updated each time you vote. If you submit the form without having chosen a choice, you should see the error message. -- cgit v1.3