Re: invalid block tag error - doesn't make sense

2009-05-13 Thread ringemup
Er, solved. It was a parenthesis instead of a curly-bracket opening the "if" tag. Now I just feel stupid. On May 13, 6:25 pm, ringemup wrote: > I'm getting an "invalid block tag: 'endif'" error when rendering the > following template. The error message is highlighting the

invalid block tag error - doesn't make sense

2009-05-13 Thread ringemup
I'm getting an "invalid block tag: 'endif'" error when rendering the following template. The error message is highlighting the last {% endif %} tag (not the {% endifequal %}). Everything's properly nested, so why the heck is it throwing this error? {% ifequal entry_mode "aggregate" %}