Re: extends tag in template

2009-10-21 Thread bruno desthuilliers
On 20 oct, 14:55, knight wrote: > Thanks for the reply. > It doesn't matter where I put {{ MEDIA_URL }}. > I get the error in any case Please post your actual template code somewhere we can read it. --~--~-~--~~~---~--~~ You received this message because you are s

Re: extends tag in template

2009-10-20 Thread knight
Thanks for the reply. It doesn't matter where I put {{ MEDIA_URL }}. I get the error in any case On Oct 20, 11:09 am, bruno desthuilliers wrote: > On 20 oct, 09:56, knight wrote: > > > Hi, > > > I have override 2 admin templates: index.html and base_site.html. > > The first line of index.html i

Re: extends tag in template

2009-10-20 Thread bruno desthuilliers
On 20 oct, 09:56, knight wrote: > Hi, > > I have override 2 admin templates: index.html and base_site.html. > The first line of index.html is: {% extends "admin/base_site.html" %} > Everything works fine, but if I insert {{ MEDIA_URL }} in > base_site.html, I get the following error when going to

extends tag in template

2009-10-20 Thread knight
Hi, I have override 2 admin templates: index.html and base_site.html. The first line of index.html is: {% extends "admin/base_site.html" %} Everything works fine, but if I insert {{ MEDIA_URL }} in base_site.html, I get the following error when going to my admin page: TemplateSyntaxError at /adm