diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-08-18 02:44:58 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-08-18 02:44:58 +0000 |
| commit | 6fd09c600f69db77eafd3873d616838e166490cb (patch) | |
| tree | d563d76a780dd70a9e5465fbc72f4ce72f7e0ebf | |
| parent | 14fa7f9907bae2c13c33789fb65d9cae56f6f60b (diff) | |
[1.2.X] Fixed #14127: Adding a couple of missing backticks. Thanks kishkin.
r13600 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13601 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/intro/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index a7ab158faa..b8f899cedc 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -426,7 +426,7 @@ Then, just edit the file and replace the generic Django text with your own 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 -- |
