Commit af2dc4eb authored by Tim Graham's avatar Tim Graham
Browse files

Fixed doc typo.

parent f4a6c9aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
templates. In an actual project, you would probably use the
: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 %}``
and ``{{ title }}``. The ``{%`` and ``{{`` tags are part of Django's