> As I understand it, {{ foo }} renders the current value of the > variable and doesn't change it. > {% cycle foo %} or the creating {% cycle "odd" "even" as foo %} > advance the variable and > then render it. So you still need one of the latter in your loop, or > the variable won't advance.
Ahhh! I get it! :) Thanks Bill! I really appreciate the clarification. Have an excellent day. Cheers, 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.