From e820b54401043b6167a1b5ed0aee637974e7b041 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 14 Sep 2008 13:10:36 +0000 Subject: [PATCH] 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 --- docs/topics/templates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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