django1/django/contrib/admin/templates
Adrian Holovaty a962286b74 Added AdminSite attributes for easily changing admin title.
AdminSite now has overridable site_header, site_title and index_title attributes. Changed
each admin view to pass these to the context (in a new AdminSite.each_context() method).
The intent here is to make it easier to override these things in the common case, instead of
having to override a template, which is a bigger burden.
2013-09-06 12:31:50 -05:00
..
admin Added AdminSite attributes for easily changing admin title. 2013-09-06 12:31:50 -05:00
registration Fixed #18511 -- Cleaned up admin password reset template titles. 2013-07-27 14:23:04 -04:00