Django

Code

Changeset 2978

Show
Ignore:
Timestamp:
05/25/06 00:09:25 (3 years ago)
Author:
mtredinnick
Message:

Fixed #2001 -- corrected a couple of typos in the custom tag examples. Thanks
to topdeckmail@gmail.com.

Files:

Legend:

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

    r2941 r2978  
    803803the tutorials_. We will use this tag like this:: 
    804804 
    805     {{ show_results poll }
     805    {% show_results poll %
    806806 
    807807and the output will be something like this:: 
     
    867867point back to the main page. We can write a tag that is used like this:: 
    868868 
    869     {{ jump_link }
     869    {% jump_link %
    870870 
    871871and renders this::