diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-16 21:17:58 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-16 21:17:58 +0000 |
| commit | 87b7703bd354dbeba6ccca9093a06db49fd66555 (patch) | |
| tree | ad9b0e1c928b2ffb9b633aacc8b6db1629c3a6b3 /docs/overview.txt | |
| parent | 31cd933263ed31e9059de7d6e3f8fa2c52e7e273 (diff) | |
Fixed bug in template example in docs/overview.txt -- thanks, pbx!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/overview.txt')
| -rw-r--r-- | docs/overview.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/overview.txt b/docs/overview.txt index df6dc789e2..242b5991ac 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -273,7 +273,7 @@ Here's what the "base" template might look like:: <html> <head> - <title>{% block title %}</title> + <title>{% block title %}{% endblock %}</title> </head> <body> <img src="sitelogo.gif" alt="Logo" /> |
