Author: mtredinnick
Date: 2007-10-19 22:53:44 -0500 (Fri, 19 Oct 2007)
New Revision: 6539
Modified:
django/trunk/django/template/defaulttags.py
Log:
Fixed a markup problem in the docstring for the "if" tag. This was showing up
in the admin docs.
Modified: django/trunk/django/template/defaulttags.py
===================================================================
--- django/trunk/django/template/defaulttags.py 2007-10-20 03:45:48 UTC (rev
6538)
+++ django/trunk/django/template/defaulttags.py 2007-10-20 03:53:44 UTC (rev
6539)
@@ -675,7 +675,7 @@
{% if athlete_list and coach_list or cheerleader_list %}
If you need to combine ``and`` and ``or`` to do advanced logic, just use
- nested if tags. For example:
+ nested if tags. For example::
{% if athlete_list %}
{% if coach_list or cheerleader_list %}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---