Hi,

In my template:

{% for photo in photos %}
<!-- on every sixth item, I want to apply a class to the below div: --
>
<div class="sixth">stuff</div>
{% endfor %}

Is this possible? I am sure it is... Any tips ya'll could send my way
would be spectacular!

Thanks!
Micky

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to