On Tue, Mar 16, 2010 at 8:13 AM, Sander <[email protected]> wrote:

> lol, I'm really having a hard time reproducing the error :S
>
> I actually removed a couple of lines in base.html and the template
> loaded. After that I put them back in one by to see where the error
> was and guess what; after put back in all lines It still loads. I
> reverted back to my first version and the exception was there again,
> which is really weird because the code looks exactly the same!
>
> here are the lines I talk about:
>
> {% if user.private %}
>                                        {% include
> "private_views/right_bar.html" %}
>                                {% endif %}
>                                {% if user.company %}
>                                        {% include
> "company_views/right_bar.html" %}
>                                {% endif %}
>                                {% if user.lawyer %}
>                                        {% include
> "lawyer_views/right_bar.html" %}
>                                {% endif %}
>
> is this enough information for you?
>

It's enough to point to probably a typo in one of the {% include %} tags, so
I'm going to guess covered by the existing fix in progress. Thanks,
Karen

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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