I am trying to use fieldsets and newforms,  looking at the newforms-
admin branch it appears as if support will be included in the admin,
but I am not sure of how to integrate this into my custom forms.

Is the following possible / are there plans for doing something like
the following?

{{ form.as_table }}

resulting html along the lines of:

<fieldset 1>
  <table>
   ....
  </table>
</fieldset 1>

<fieldset 2>
  <table>
  ....
  </table>
</fieldset 2>


or even

{{ form.fieldset1.as_table }}

{{ form.fieldset2.as_table }}

Thanks


--~--~---------~--~----~------------~-------~--~----~
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