Hi Bobby,

If you are referring to the media url that should be available via the 
context processor, then the variable in your template should be:
{{ MEDIA_URL }}

Unless you specifically are defining 'media_url' in your view.

Hth,
Aaron

Bobby Roberts wrote:
> i've got two templates in the same directory.  My css works fine on
> one template but not the other.  My link to the css is
>
>   <link rel="stylesheet" href="{{ media_url }}css/all.css" />
>
> Can you think of any reason it would work fine for one template and
> not the other when the templates are in the same dir?
>
>
>
> BR
> >
>
>   

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