Re: TemplateSyntaxError after svn-updating

2007-09-20 Thread Filipe Correia
Just sorted it out. I've added the template's root dir to TEMPLATE_DIRS and started simply using: {% extends "common/searchForm.html" %} cheers, Filipe On Sep 19, 5:31 pm, Filipe Correia <[EMAIL PROTECTED]> wrote: > Hello, > > I've svn updated my working copy of django and started getting the >

TemplateSyntaxError after svn-updating

2007-09-19 Thread Filipe Correia
Hello, I've svn updated my working copy of django and started getting the following error: TemplateSyntaxError at / Template u'../common/searchForm.html' cannot be extended, because it doesn't exist This is happening while processing another template, ie: /myproj/templates/specific/searchForm.