On 12/14/05, Milton Waddams <[EMAIL PROTECTED]> wrote:
> Can someone tell me why this doesn't work?
>
> {% ifequal forloop.counter0 1 %}

Hi Milton,

I just fixed this in the Django development version (trunk), so, if
you're using that, just "svn update". The problem was that the "1" in
that example was being compared as a string, not an integer.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org
  • Re: ifequal Adrian Holovaty

Reply via email to