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:
parent
31cd933263
commit
87b7703bd3
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue