Hi - I'm trying to change the way a ChoiceField (with widget = forms.RadioSelect) is being rendered in a template. Currently, rendering the form as_p() for instance, will return HTML such as: <ul> <li><label for="id_type_0"><input type="radio" id="id_type_0" value="1" name="type" />choice 1</label></li> <li>...</li> </ul>
Is there a way to control how this ChoiceField is rendered? I'd like to use something else than an unordered list... Many thanks in advance, Mathieu --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---