Commit e820b544 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #9044: Corrected mistake in a closing tag in an example template. Thanks...

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
parent 47091ab5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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