1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

Fixed stupid error in tutorial03

git-svn-id: http://code.djangoproject.com/svn/django/trunk@197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-19 05:50:33 +00:00
parent fc85642ed5
commit b20bb2fc26

View File

@ -23,7 +23,7 @@ application, you might have the following views:
* Day-based archive page -- displays all entries in the given day
* Comment action -- handles posting comments to a given entry
In our poll application, we'll have the following three views:
In our poll application, we'll have the following four views:
* Poll "archive" page -- displays the latest few polls
* Poll "detail" page -- displays a poll question, with no results but with a form to vote