Re: setting the checkboxes (MultipleChoiceField problem)

2009-01-09 Thread Tolu
ld problem) > > On Fri, 2009-01-09 at 21:20 -0600, Tolu wrote: >> lol I had originally tried that too. Nothing seems to work! I am thinking >> my >> logic might be wrong from the start. > > Sorry, I was too fast in my last reply and missed a second error in yo

Re: setting the checkboxes (MultipleChoiceField problem)

2009-01-09 Thread Tolu
em) > > On Fri, 2009-01-09 at 20:29 -0600, Tolu wrote: >> I tried this. The checkboxes displayed but none of them were checked: >> >> LOOKING_FOR = ( >> ('Friendship', 'Friendship'), >> ('Dating', &

Re: setting the checkboxes (MultipleChoiceField problem)

2009-01-09 Thread Tolu
I tried this. The checkboxes displayed but none of them were checked: LOOKING_FOR = ( ('Friendship', 'Friendship'), ('Dating', 'Dating'), ('A Relationship', 'A Relationship'), ('Networking', 'Networking'), ) class ProfileForm(forms.ModelForm): lookingfor = for