Re: imitating a spreadsheet (kind of) with formsets

2009-08-11 Thread Karen Tracey
On Tue, Aug 11, 2009 at 7:49 PM, Chris Curvey wrote: > > So, is there a way for me to get a form field out of a form from > within the templating language? I'd like to do something like this: > > {% for field_name in field_names %} > > {{ field_name }} > {% for form in

Re: imitating a spreadsheet (kind of) with formsets

2009-08-11 Thread Chris Curvey
On Aug 10, 10:13 pm, Malcolm Tredinnick wrote: > On Mon, 2009-08-10 at 19:07 -0700, Chris Curvey wrote: > > 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  

Re: imitating a spreadsheet (kind of) with formsets

2009-08-10 Thread Malcolm Tredinnick
On Mon, 2009-08-10 at 19:07 -0700, Chris Curvey wrote: > 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 2826 > Color Blue

imitating a spreadsheet (kind of) with formsets

2009-08-10 Thread Chris Curvey
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 2826 Color Blue Red Yellow (I'm sure that's going to look like crap in