Changeset 5801 for django/trunk/docs/tutorial03.txt
- Timestamp:
- 08/04/07 23:39:52 (1 year ago)
- Files:
-
- django/trunk/docs/tutorial03.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial03.txt
r5673 r5801 357 357 358 358 Back to the ``detail()`` view for our poll application. Given the context 359 variable ``poll``, here's what the template might look like:: 359 variable ``poll``, here's what the "polls/detail.html" template might look 360 like:: 360 361 361 362 <h1>{{ poll.question }}</h1>
