Re: admin templates problem

2009-03-01 Thread alexarsh
Thanks a lot. I found the problem. As you said, I missed one line. I had: {% block stylesheet %}{% load adminmedia %}{% admin_media_prefix %}css/ dashboard.css{% endblock %} instead of: {% block extrastyle %}{% endblock %} Thanks, Alex A. On Mar 2, 8:19 am, Malcolm Tredinnick wrote: > On Sun

Re: admin templates problem

2009-03-01 Thread Malcolm Tredinnick
On Sun, 2009-03-01 at 22:05 -0800, alexarsh wrote: > I can't see the blue admin template. I can't see it only on the page I > overrided - (contrib/admin/templates/admin/index.html) Solving that will require seeing what your overridden template looks like. I would guess that it might be something

Re: admin templates problem

2009-03-01 Thread alexarsh
I can't see the blue admin template. I can't see it only on the page I overrided - (contrib/admin/templates/admin/index.html) Regards, Alex A. On Mar 2, 7:39 am, Malcolm Tredinnick wrote: > On Sun, 2009-03-01 at 21:06 -0800, knight wrote: > > Hi, > > > I have a django application where I overri

Re: admin templates problem

2009-03-01 Thread Alex Gaynor
On Mon, Mar 2, 2009 at 12:39 AM, Malcolm Tredinnick < malc...@pointy-stick.com> wrote: > > On Sun, 2009-03-01 at 21:06 -0800, knight wrote: > > Hi, > > > > I have a django application where I override the main admin page > > (index.html in template/admin) > > I use apache, I have a link to admin m

Re: admin templates problem

2009-03-01 Thread Malcolm Tredinnick
On Sun, 2009-03-01 at 21:06 -0800, knight wrote: > Hi, > > I have a django application where I override the main admin page > (index.html in template/admin) > I use apache, I have a link to admin media folder and I have a > following problem: > > In my admin pages I see the admin templates on al

admin templates problem

2009-03-01 Thread knight
Hi, I have a django application where I override the main admin page (index.html in template/admin) I use apache, I have a link to admin media folder and I have a following problem: In my admin pages I see the admin templates on all the pages except the one I overrided (index.html). Is anyone kn