Re: Django built-in: cycle

2016-06-05 Thread Mike Dewhirst
On 6/06/2016 9:39 AM, Mike Dewhirst wrote: On 6/06/2016 7:26 AM, Mark Cuevas wrote: I'm using the following, which works, but doesn't break properly. Â I'd like three across for each row. Â How can I accomplish that? {% for director in directors %} {{ director.full_name

Re: Django built-in: cycle

2016-06-05 Thread Mike Dewhirst
On 6/06/2016 7:26 AM, Mark Cuevas wrote: I'm using the following, which works, but doesn't break properly. Â I'd like three across for each row. Â How can I accomplish that? {% for director in directors %} {{ director.full_name }} {% endfor %} You need to pad out your

Django built-in: cycle

2016-06-05 Thread Mark Cuevas
I'm using the following, which works, but doesn't break properly. I'd like three across for each row. How can I accomplish that? {% for director in directors %} {{ director.full_name }} {% endfor %} -- You received this message because you are subscribed to the