Author: russellm
Date: 2008-09-14 08:10:36 -0500 (Sun, 14 Sep 2008)
New Revision: 9029

Modified:
   django/trunk/docs/topics/templates.txt
Log:
Fixed #9044: Corrected mistake in a closing tag in an example template. Thanks 
to Rick Vanderzwet for the report.

Modified: django/trunk/docs/topics/templates.txt
===================================================================
--- django/trunk/docs/topics/templates.txt      2008-09-14 12:59:39 UTC (rev 
9028)
+++ django/trunk/docs/topics/templates.txt      2008-09-14 13:10:36 UTC (rev 
9029)
@@ -212,7 +212,7 @@
 
             {% ifnotequal athlete.name "Joe" %}
                 ...
-            {% endifequal %}
+            {% endifnotequal %}
     
     :ttag:`block` and :ttag:`extends`
         Set up `template inheritance`_ (see below), a powerful way


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to