Fixed doc typo.

This commit is contained in:
Tim Graham 2013-11-09 10:09:25 -05:00
parent f4a6c9aa13
commit af2dc4ebb8
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ Then, just edit the file and replace ``{{ site_header }}`` with your own
site's name as you see fit. We use this approach to teach you how to override site's name as you see fit. We use this approach to teach you how to override
templates. In an actual project, you would probably use the templates. In an actual project, you would probably use the
:attr:`django.contrib.admin.AdminSite.site_header` attribute to more easily :attr:`django.contrib.admin.AdminSite.site_header` attribute to more easily
make this paritcular customization. make this particular customization.
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