Browse Source

Fixed #9044: Corrected mistake in a closing tag in an example template. Thanks to Rick Vanderzwet for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Russell Keith-Magee 16 years ago
parent
commit
e820b54401
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/templates.txt

+ 1 - 1
docs/topics/templates.txt

@@ -212,7 +212,7 @@ tags:
 
             {% ifnotequal athlete.name "Joe" %}
                 ...
-            {% endifequal %}
+            {% endifnotequal %}
     
     :ttag:`block` and :ttag:`extends`
         Set up `template inheritance`_ (see below), a powerful way