Hello,

I have defined a 500.html template in my root template directory.
This template "extends" from my base.html template. In the base
template I have something like:
  <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/
default.css" />

But if there is an 500 error in the admin interface, it seems that
MEDIA_URL is empty.
('django.core.context_processors.media' is activated in the
settings.py file)

Could this be a bug or is this expected behaviour?

Regares
  Bernd


--~--~---------~--~----~------------~-------~--~----~
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