Re: Is a bug? When inhclude, block inheritance get lost?

2007-12-02 Thread Horst Gutmann
Is perhaps {% inherit ... %} *not* the first line in all the files within your inheritance-hierarchy? :-) - Horst On Dec 2, 2007 8:50 PM, mamcxyz <[EMAIL PROTECTED]> wrote: > > I have a base template that do a include: > > {% if user and not

Is a bug? When inhclude, block inheritance get lost?

2007-12-02 Thread mamcxyz
I have a base template that do a include: {% if user and not user.is_anonymous %} {% include "core/panel_usr.html" %} {% else %} {%