Skip to content

Commit

Permalink
Fixed small indentation error in [73]
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@74 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed Jul 15, 2005
1 parent 6b68559 commit 7fcae93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates.txt
Expand Up @@ -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
Expand Down

0 comments on commit 7fcae93

Please sign in to comment.