Most of the admin templates have an extrahead block that you can use
to insert additional stylesheets.  If it's a stylesheet that you want
to load throughout the admin, it's easy.  Just copy the base.html
template (django/contrib/admin/templates/admin/base.html) to your own
templates/admin/base.html and insert your stylesheet in the extrahead
block.  If you need to do it for just one app, do the same for
change_list.html, etc..

Hope this makes sense :)

Branton


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to