I have a formset for "confirming" multiple model instances by checking a checkbox.
I'd like to show values of some fields as text and display a checkbox for the confirmation boolean field. I have a couple of ideas: - somehow couple the instances and their corresponding formset forms and access them together in the template (proved complicated) - define a display-as-text widget and assign it to all fields except the checkbox Are there easier ways to do this (this is the newform-admin branch, obviously)? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---