Author: kmtracey
Date: 2010-08-17 21:42:01 -0500 (Tue, 17 Aug 2010)
New Revision: 13600
Modified:
django/trunk/docs/intro/tutorial02.txt
Log:
Fixed #14127: Adding a couple of missing backticks. Thanks kishkin.
Modified: django/trunk/docs/intro/tutorial02.txt
===================================================================
--- django/trunk/docs/intro/tutorial02.txt 2010-08-17 07:08:26 UTC (rev
13599)
+++ django/trunk/docs/intro/tutorial02.txt 2010-08-18 02:42:01 UTC (rev
13600)
@@ -426,7 +426,7 @@
site's name as you see fit.
This template file contains lots of text like ``{% block branding %}``
-and ``{{ title }}. The ``{%`` and ``{{`` tags are part of Django's
+and ``{{ title }}``. The ``{%`` and ``{{`` tags are part of Django's
template language. When Django renders ``admin/base_site.html``, this
template language will be evaluated to produce the final HTML page.
Don't worry if you can't make any sense of the template right now --
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.