Need to change newform label from within view

2008-02-21 Thread csmith87
Hello, Newbie django user Is it possible to change a newform label (from the one in the model) to one set in the view ? (i.e. I want the tags lefttag, righttag) in the view below to appear in the generated form as the label, not the model label. Thanks in advance ... Here is my model ..

Re: Need to change newform label from within view

2008-02-21 Thread csmith87
in > the templates, just manually define each of the fields. > > On Feb 21, 1:23 pm, csmith87 <[EMAIL PROTECTED]> wrote: > > > Hello, > > > Newbie django user > > > Is it possible to change a newform label (from the one in the model) > > to