Re: Submitting a form

2009-07-29 Thread When ideas fail
Thank you On 30 July, 00:04, Adam Yee wrote: > Use the model's verbose field > namehttp://docs.djangoproject.com/en/dev/topics/db/models/#id2 > > On Jul 29, 3:55 pm, When ideas fail wrote: > > > Is there a way i can change the label for a field in the model form? > > > On 29 July, 21:44, When

Re: Submitting a form

2009-07-29 Thread Adam Yee
Use the model's verbose field name http://docs.djangoproject.com/en/dev/topics/db/models/#id2 On Jul 29, 3:55 pm, When ideas fail wrote: > Is there a way i can change the label for a field in the model form? > > On 29 July, 21:44, When ideas fail wrote: > > > > > Ok thanks seems to work now. >

Re: Submitting a form

2009-07-29 Thread When ideas fail
Is there a way i can change the label for a field in the model form? On 29 July, 21:44, When ideas fail wrote: > Ok thanks seems to work now. > > On 29 July, 21:27, Daniel Roseman wrote: > > > On Jul 29, 9:17 pm, When ideas fail wrote: > > > > I've created a model form and I was wondering what

Re: Submitting a form

2009-07-29 Thread When ideas fail
Is there a way i can change the label for a field in the model form? On 29 July, 21:44, When ideas fail wrote: > Ok thanks seems to work now. > > On 29 July, 21:27, Daniel Roseman wrote: > > > On Jul 29, 9:17 pm, When ideas fail wrote: > > > > I've created a model form and I was wondering what

Re: Submitting a form

2009-07-29 Thread When ideas fail
Ok thanks seems to work now. On 29 July, 21:27, Daniel Roseman wrote: > On Jul 29, 9:17 pm, When ideas fail wrote: > > > > > I've created a model form and I was wondering what the correct way to > > save this was. I've tried adapting the view from the standard django > > forms docs but maybe it

Re: Submitting a form

2009-07-29 Thread Daniel Roseman
On Jul 29, 9:17 pm, When ideas fail wrote: > I've created a model form and I was wondering what the correct way to > save this was. I've tried adapting the view from the standard django > forms docs but maybe it should be different? > > This is what i have in my view (it says contact form but its