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 how do i do
this?

Enquest


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