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
This commit is contained in:
Adrian Holovaty 2005-07-16 21:17:58 +00:00
parent 31cd933263
commit 87b7703bd3
1 changed files with 1 additions and 1 deletions

View File

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