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 formset %}
> {{ form[f
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 $12,000 $14,000 $10,000
>
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
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 a
4 matches
Mail list logo