Django

Code

Changeset 499

Show
Ignore:
Timestamp:
08/14/05 23:08:28 (3 years ago)
Author:
adrian
Message:

Fixed typo in docs/tutorial04.txt -- thanks, 'nitpicker'

Files:

Legend:

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

    r439 r499  
    207207``<app_label>/<module_name>_detail``. In our case, it'll use the template 
    208208``"polls/polls_detail"``. Thus, rename your ``polls/detail.html`` template to 
    209 ``polls/polls_detail``, and change the ``template_loader.get_template()`` line 
    210 in ``vote()``. 
     209``polls/polls_detail.html``, and change the ``template_loader.get_template()`` 
     210line in ``vote()``. 
    211211 
    212212Similarly, the ``object_list`` generic view uses a template called