summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2005-07-15 21:46:44 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2005-07-15 21:46:44 +0000
commit7fcae93850491dece803eebebc531a0d6654c377 (patch)
tree22b165b2e28fc661e3334e80678e4c2f8dffaf22
parent6b68559c9a85ebdad896f54986beda90f02ed5d2 (diff)
Fixed small indentation error in [73]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@74 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/templates.txt2
1 files changed, 1 insertions, 1 deletions
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