Re: output form html

2012-03-12 Thread Joel Goldstick
On Sat, Mar 10, 2012 at 9:36 AM, backdoc wrote: > More info. > > I found that the problem is that my "MultipleChoiceField" and > "ChoiceField" fields are not behaving.  As I added additional fields, > such as CharField, it became more clear what was happening. > > My MultipleChoiceField is bei

Re: output form html

2012-03-10 Thread backdoc
More info. I found that the problem is that my "MultipleChoiceField" and "ChoiceField" fields are not behaving. As I added additional fields, such as CharField, it became more clear what was happening. My MultipleChoiceField is being rendered with the CheckboxSelectMultiple() widget and the

Re: output form html

2012-03-08 Thread backdoc
If you mean, does the final page being rendered match the code that I am trying to change? The answer would have to be "Yes". In other words, anything else that I modify will be reflected on the rendered page. On Mar 8, 2:55 pm, Joel Goldstick wrote: > On Wed, Mar 7, 2012 at 4:23 PM, backdoc wr

Re: output form html

2012-03-08 Thread Joel Goldstick
On Wed, Mar 7, 2012 at 4:23 PM, backdoc wrote: > I am having trouble changing the way the HTML in my form fields is > presented.  I've been reading the docs (https://docs.djangoproject.com/ > en/dev/ref/forms/api/#outputting-forms-as-html).  I've done this in > previous versions.  But, it doesn't

output form html

2012-03-07 Thread backdoc
I am having trouble changing the way the HTML in my form fields is presented. I've been reading the docs (https://docs.djangoproject.com/ en/dev/ref/forms/api/#outputting-forms-as-html). I've done this in previous versions. But, it doesn't seem to work now. No matter if I use form.as_p or form.