Django

Code

Changeset 7758

Show
Ignore:
Timestamp:
06/26/08 00:24:32 (5 months ago)
Author:
adrian
Message:

Fixed #7417 -- Fixed ReST error in do_if() docstring. Thanks, Richard Bell <rbell01824@earthlink.net>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/template/defaulttags.py

    r7756 r7758  
    683683    """ 
    684684    The ``{% if %}`` tag evaluates a variable, and if that variable is "true" 
    685     (i.e. exists, is not empty, and is not a false boolean value) the contents 
    686     of the block are output:: 
     685    (i.e., exists, is not empty, and is not a false boolean value), the 
     686    contents of the block are output: 
     687 
     688    :: 
    687689 
    688690        {% if athlete_list %}