Fixed #14127: Adding a couple of missing backticks. Thanks kishkin.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13600 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey 2010-08-18 02:42:01 +00:00
parent 015d85aee6
commit 68aff2f7be
1 changed files with 1 additions and 1 deletions

View File

@ -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. site's name as you see fit.
This template file contains lots of text like ``{% block branding %}`` 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. When Django renders ``admin/base_site.html``, this
template language will be evaluated to produce the final HTML page. 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 -- Don't worry if you can't make any sense of the template right now --