Hi, is posible change my base template with if tag
example:

{% if request.session.type = '1' %}
    {% extends "base.html"%}
{% else %}
   {% extends "base_other.html"%}
{%endif%}

i have a error like that

TemplateSyntaxError at /monito/cult/

Invalid block tag: 'endif'


will to do change the base template my app

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAM-7rO3DONtDe_d%2BHeBef446Mr%3DvSiKK7z_W8pyNyPq7Pbt3PA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to