Django

Code

Show
Ignore:
Timestamp:
08/04/07 23:39:52 (1 year ago)
Author:
gwilson
Message:

Refs #5089 -- Added file name to poll detail template examples in the tutorial.

Files:

Legend:

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

    r5673 r5801  
    357357 
    358358Back to the ``detail()`` view for our poll application. Given the context  
    359 variable ``poll``, here's what the template might look like:: 
     359variable ``poll``, here's what the "polls/detail.html" template might look 
     360like:: 
    360361 
    361362    <h1>{{ poll.question }}</h1>