What you need to do is to create an 'admin' folder at the root of your
own template directory. Then, copy the files you want to override from
django/contrib/admin/templates/admin.
And make the changes in those copied files. They will be used in place
of the standard ones.

On Jun 25, 7:16 pm, OliverMarchand <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I want to customize my admin interface.
> For that I know I can create my *own* template admin/base_site.html.
> What I should really do is derive this from the *admins*
> base_site.html template.
> From my understanding, I am intercepting the base_site.html template.
>
> But how do I specify the admins base_site.html in my own
> base_site.html?
> By writing {% extends admin/base_site.html %} I obviously get a
> circular reference. Is there any way to circumvent this and really
> specify the admin template?
>
> cheers & thanks, Oliver
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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