Changeset 439
- Timestamp:
- 08/09/05 10:34:20 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial04.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial04.txt
r437 r439 130 130 </ul> 131 131 132 And edit the ``detail.html`` template to add this snippet toward the top of the133 page somewhere::134 135 {% if error_message %}<p><strong>{{ error_message }}</strong></p>{% endif %}136 137 132 Now, go to ``/polls/1/`` in your browser and vote in the poll. You should see a 138 133 results page that gets updated each time you vote. If you submit the form
