Changeset 5673
- Timestamp:
- 07/12/07 09:05:16 (1 year ago)
- Files:
-
- django/trunk/docs/tutorial03.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial03.txt
r5365 r5673 356 356 ======================= 357 357 358 Back to our ``polls.detail`` view. Given the context variable ``poll``, here's359 what the template might look like::358 Back to the ``detail()`` view for our poll application. Given the context 359 variable ``poll``, here's what the template might look like:: 360 360 361 361 <h1>{{ poll.question }}</h1>
