#11841: Allow subclasses of AdminSite to overwrite all admin templates
----------------------------------+-----------------------------------------
 Reporter:  pjanderson            |       Owner:  nobody    
   Status:  new                   |   Milestone:            
Component:  django.contrib.admin  |     Version:  1.1       
 Keywords:  AdminSite templates   |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 When creating custom admin sites, it is sometimes expected to modify each
 site's branding, if not the whole look of the custom admin site (by
 providing custom stylesheets.) AdminSite class allows to overwrite index,
 login and app_index templates in its subclasses, but not every template.

 Would it be possible to allow AdminSite subclasses to define all of its
 own templates? For example, I changed these three templates to provide
 custom branding for local, regional and worldwide content managers and
 administrators, but when viewing application records, default
 "change_list.html" template is used and it is extending default
 "base_site.html".

 Perhaps I haven't looked at the source code too closely, or maybe there is
 no way to do that quickly and simply.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11841>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to