Re: View not passing MEDIA_URL to Template

2008-09-04 Thread lingrlongr
Take a look here: http://www.djangoproject.com/documentation/shortcuts/#render-to-response keith On Sep 4, 2:44 pm, Cortland Klein <[EMAIL PROTECTED]> wrote: > I have two templates, one called via a Generic View and one via my own   > View. They both extend a base.html view that has {{MEDIA_URL

View not passing MEDIA_URL to Template

2008-09-04 Thread Cortland Klein
I have two templates, one called via a Generic View and one via my own View. They both extend a base.html view that has {{MEDIA_URL}} in it. When the generic view is hit, the base.html template gets it's value, http://rtdev.apple.com/media/ , but when my own View hits MEDIA_URL blanks. I t