> Dan, ifequal cannot evaluate its arguments. They must be variables,
> numbers or constants in quotes.

Thanks Stefan, I'll remember that in future.

> But you can do this:
>
> {% for item in menu_items %}
>   {% if forloop.last%} class="last-item"{% endif %}
> {% endfor %}
>

Thanks Nathan, that's very helpful, much neater too. Figures there'd
be a way to do that in Django.

-Dan


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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