Hello,

I am just trying to modify django-admin templates and everything appears to 
work except icon_calendar.gif which does not appear. I set ADMIN_MEDIA_PREFIX = 
'/media_admin/' in settings.py, but it insists it is not defined. The estrange 
thing is that icon_addlink.gif icon works perfectly on the same page as I show 
below the 2 elements.

<img src="/missing-admin-media-prefix/img/admin/icon_calendar.gif">

<img src="/media_admin/img/admin/icon_addlink.gif" width="10" height="10">


Anybody has an idea what cause this problem?


thanks in advance, 
global

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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