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 %}<link rel="stylesheet" type="text/css" href="{%
load adminmedia %}{% admin_media_prefix %}css/dashboard.css" />{%
endblock %}

Thanks,
Alex A.

On Mar 2, 8:19 am, Malcolm Tredinnick <malc...@pointy-stick.com>
wrote:
> 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 obvious like you forgot
> to extend the base template. But it may be something else.
>
> One easy way to debug this is to create a very simple override template
> that changes nothing (so it only extends the base template). Check that
> that displays identically to the normal admin. Then make a small change
> -- perhaps overriding a single block. Check that that does what you
> expect. Keep repeating in small steps.
>
> At the moment, you've probably gone for a complete override template and
> debugging is hard because you've changed a few dozen things all at once.
> So go back to changing nothing except using an override. Then change one
> more thing, then one more, and so on.
>
> Regards,
> Malcolm
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to