Django

Code

Show
Ignore:
Timestamp:
07/12/07 09:05:16 (1 year ago)
Author:
russellm
Message:

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

Files:

Legend:

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

    r5365 r5673  
    356356======================= 
    357357 
    358 Back to our ``polls.detail`` view. Given the context variable ``poll``, here's 
    359 what the template might look like:: 
     358Back to the ``detail()`` view for our poll application. Given the context  
     359variable ``poll``, here's what the template might look like:: 
    360360 
    361361    <h1>{{ poll.question }}</h1>