From 7fcae93850491dece803eebebc531a0d6654c377 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Fri, 15 Jul 2005 21:46:44 +0000 Subject: [PATCH] Fixed small indentation error in [73] git-svn-id: http://code.djangoproject.com/svn/django/trunk@74 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.txt b/docs/templates.txt index 678dec8761..ddf40bac83 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -194,7 +194,7 @@ Here are some tips for working with inheritance: for the entire site, a set of mid-level templates for each section of the site, and then the individual templates for each page. This maximizes code reuse, and makes it easier to add items to shared - content areas (like section-wide navigation). + content areas (like section-wide navigation). * If you need to get the content of the block from the parent template, the ``{{ block.super }}`` variable will do the trick. This is useful