Ticket #4502: tute3.patch

File tute3.patch, 480 bytes (added by Chris Beaven, 17 years ago)
  • docs/tutorial03.txt

     
    355355Use the template system
    356356=======================
    357357
    358 Back to our ``polls.detail`` view. Given the context variable ``poll``, here's
     358Back to our ``detail()`` view. Given the context variable ``poll``, here's
    359359what the template might look like::
    360360
    361361    <h1>{{ poll.question }}</h1>
Back to Top