I'm trying to figure out how to determine a model form field's widget type from the template.
I would like to loop through the fields as opposed to writing out each field explicitly in the template, but in order to loop through them, I need to know the widget type so I can do something special with certain types of form fields (checkboxes, for example). Is this possible? -- 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.