Re: Printing only the radio input

2008-04-05 Thread J . Pablo Fernández
Just for the record, I kind of fixed it and submitted the new patch, with an added feature. On Apr 5, 8:42 pm, J. Pablo Fernández <[EMAIL PROTECTED]> wrote: > Thank you Nathaniel, > > I gave this code a try and it didn't work. It seems to be on track but > something is broken. I've submitted a co

Re: Printing only the radio input

2008-04-05 Thread J . Pablo Fernández
Thank you Nathaniel, I gave this code a try and it didn't work. It seems to be on track but something is broken. I've submitted a comment about it to the issue itself. Thank you. On Apr 5, 4:36 pm, Nathaniel Whiteinge <[EMAIL PROTECTED]> wrote: > On Apr 5, 6:36 am, J. Pablo Fernández <[EMAIL PR

Re: Printing only the radio input

2008-04-05 Thread Nathaniel Whiteinge
On Apr 5, 6:36 am, J. Pablo Fernández <[EMAIL PROTECTED]> wrote: > and what I want to do is print the individuals type="radio" ...> without any label, list or anything. No, this isn't currently possible. If you don't mind patching your Django installation, there's a ticket [1] with a patch tha

Printing only the radio input

2008-04-05 Thread J . Pablo Fernández
Hello, I have a ChoicesField defined like this: blah = forms.ChoiceField( choices=SOME_CHOICES, widget=forms.RadioSelect, initial=SOME_CHOICES[0][0]) and what I want to do is print the individuals without any label, list or anything. The reason to do that is because I have a very w