Re: Checkbox registration from

2010-10-04 Thread craphunter
still don't get it. what do I have to type in my template?! tia craphunter On 29 Sep., 22:30, aa56280 wrote: > You'll have to use the RegistrationFormTermsOfService class instead of > RegistrationForm. -- You received this message because you are subscribed to the Google Groups "Django use

Re: Checkbox registration from

2010-09-29 Thread aa56280
You'll have to use the RegistrationFormTermsOfService class instead of RegistrationForm. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send ema

Re: Checkbox registration from

2010-09-29 Thread craphunter
Sorry! HOW do I implement this in my registration_form.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr

Checkbox registration from

2010-09-29 Thread craphunter
Hi, I am using this code for registration http://code.google.com/p/django-registration/. It is working fine properly. But I don't get one thing to run. How do I run the checkbox with the term of service. I do I implement this in my registration_form.html? Thanks in advance!!! I appreciate! crap