Django

Code

Changeset 6539

Show
Ignore:
Timestamp:
10/19/07 22:53:44 (1 year ago)
Author:
mtredinnick
Message:

Fixed a markup problem in the docstring for the "if" tag. This was showing up
in the admin docs.

Files:

Legend:

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

    r6399 r6539  
    676676 
    677677    If you need to combine ``and`` and ``or`` to do advanced logic, just use 
    678     nested if tags. For example: 
     678    nested if tags. For example:: 
    679679 
    680680        {% if athlete_list %}