Django

Code

Changeset 439

Show
Ignore:
Timestamp:
08/09/05 10:34:20 (3 years ago)
Author:
adrian
Message:

Fixed #293 -- Typo in tutorial04. Thanks, espen@grindhaug.org

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial04.txt

    r437 r439  
    130130    </ul> 
    131131 
    132 And edit the ``detail.html`` template to add this snippet toward the top of the 
    133 page somewhere:: 
    134  
    135     {% if error_message %}<p><strong>{{ error_message }}</strong></p>{% endif %} 
    136  
    137132Now, go to ``/polls/1/`` in your browser and vote in the poll. You should see a 
    138133results page that gets updated each time you vote. If you submit the form