Re: Problem with template syntax.

2011-03-22 Thread Malte Swart
On Tuesday, March 22, 2011 11:25:41 am dvdmchl wrote: > I'm getting error: Invalid block tag: 'endblock', expected 'endif' in > tempate: > > {% extends "base.html" %} > > {% block title %}{% endblock %} > > {% block header %} > Header > {% endblock %} > > {% block content

Re: Problem with template syntax.

2011-03-22 Thread Kenneth Gonsalves
On Tue, 2011-03-22 at 03:25 -0700, dvdmchl wrote: > {% endif% } {% endif %} -- regards KG http://lawgon.livejournal.com Coimbatore LUG rox http://ilugcbe.techstud.org/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Problem with template syntax.

2011-03-22 Thread dvdmchl
I'm getting error: Invalid block tag: 'endblock', expected 'endif' in tempate: {% extends "base.html" %} {% block title %}{% endblock %} {% block header %} Header {% endblock %} {% block content %} {% if wiwto_category_name|length > 1 %} {% for ca