What I want to do is have a series of forms, all next to each other in
table format, like this:

Car     Honda      Toyota       Chevy
Price   $12,000    $14,000   $10,000
MPG   30             28            26
Color  Blue          Red           Yellow

(I'm sure that's going to look like crap in a proportional font.)  But
the point is that Car, Price, MPG and Color are all labels, and
everything else (Honda, $12,000, 30, Blue, etc) is a form field.

I can create the formset and use as_table() to get the forms
generated, but I seem to either get the label repeated for every form,
or not at all.  Can someone point me in a direction to get the form
labels listed only once?


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

Reply via email to