Changeset 7758
- Timestamp:
- 06/26/08 00:24:32 (5 months ago)
- Files:
-
- django/trunk/django/template/defaulttags.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/template/defaulttags.py
r7756 r7758 683 683 """ 684 684 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 :: 687 689 688 690 {% if athlete_list %}
