Fixed #4502 -- Clarified reference to view in tutorial. Thanks for the suggestion, Carl Karsten <carl@personnelware.com>.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5673 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2007-07-12 14:05:16 +00:00
parent 4d9e29ea86
commit 53a06763c5
1 changed files with 2 additions and 2 deletions

View File

@ -355,8 +355,8 @@ view code.
Use the template system
=======================
Back to our ``polls.detail`` view. Given the context variable ``poll``, here's
what the template might look like::
Back to the ``detail()`` view for our poll application. Given the context
variable ``poll``, here's what the template might look like::
<h1>{{ poll.question }}</h1>
<ul>