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 channel didn't help ... So how do i do
> this?
>
> Enquest
>
>
> >
>   
What is form.boxes (ie. what kind of data is it?)

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