Once again, I'll defer to the Django documentation. My apologies for not including this link in my original message.
http://www.djangoproject.com/documentation/templates_python/#django-core-context-processors-media And the following section, just above, shows that this context processor is in the default list. http://www.djangoproject.com/documentation/templates_python/#subclassing-context-requestcontext So unless you've manually altered your TEMPLATE_CONTEXT_PROCESSORS setting, you should be able to use {{ MEDIA_URL }} in your template, as long as you're using RequestContext. -Gul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---