Fixed small indentation error in [73]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@74 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2005-07-15 21:46:44 +00:00
parent 6b68559c9a
commit 7fcae93850
1 changed files with 1 additions and 1 deletions

View File

@ -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