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
This commit is contained in:
parent
47091ab5b5
commit
e820b54401
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue