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

Reply via email to