On 7 июл, 16:08, "Todd O'Bryan" <[EMAIL PROTECTED]> wrote:
> On Sat, 2007-07-07 at 12:36 +0000, Alexander Solovyov wrote:
> > On 5 июл, 14:19, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote:
>
> > > Can you explain your problem another way, possibly with a more
> > > complete example?
>
> > Ok, I'll try.
>
> > I want to enter HTML by hands, but can't determine which radio must be
> > selected. Form is built with form_for_instance, so it contains values.
>
> > Sorry if my description is unclear.
>
> If you don't want to use a to output the form HTML that Django gives
> you, you'll need to store some kind of value in the context to let you
> know which radio button is selected.

This is what I was afraid. :)

> Can I ask why, if you're using form_for_instance, you don't want to use
> the form's HTML output as well?

Mmm... I'm using form_for_instance-derived form with many
modifications (Indeed, this is better than using form, written by
hands) - I love automatization. But my colleguaes, who are responsible
for HTML part, doesn't like django-generated forms - they want full
control.

--
Alexander


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to