Re: checkbox (newforms)

2007-07-31 Thread Chris Hoeppner
Enquest escribió: > In my form I got {{ form.boxes }} > Form.boxes contain 10 checkboxes that are displayed in a ul li list. > However I want them in three columns so I thougt I should be able to > acces each in by {{ form.boxes.1 }} or {% for item in boxes %} > Alas this does not work. The IRC

checkbox (newforms)

2007-07-31 Thread Enquest
In my form I got {{ form.boxes }} Form.boxes contain 10 checkboxes that are displayed in a ul li list. However I want them in three columns so I thougt I should be able to acces each in by {{ form.boxes.1 }} or {% for item in boxes %} Alas this does not work. The IRC channel didn't help ... So h