diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2008-09-14 13:10:36 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2008-09-14 13:10:36 +0000 |
| commit | e820b54401043b6167a1b5ed0aee637974e7b041 (patch) | |
| tree | c020cbf971b7fa89ba351e73bc5c9b0c900137f6 /docs | |
| parent | 47091ab5b5fd6efcbeb338b903e8ba7394c3ac14 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/templates.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt index 66361c8cef..052f858b30 100644 --- a/docs/topics/templates.txt +++ b/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 |
