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.html where i use template inheritance with: {% extends "../common/searchForm.html" %} Do relative paths no longer work with the current version of django? might it be a bug or some misuse on my part? thanks, Filipe --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---