author | nishanth |
Sat, 05 Jun 2010 18:07:11 +0530 | |
branch | anoop |
changeset 44 | ce2b84e6f24a |
parent 43 | d14bda103817 |
child 45 | 29d7d70c9273 |
sdi/forms.py | file | annotate | diff | comparison | revisions |
--- a/sdi/forms.py Sat Jun 05 18:02:57 2010 +0530 +++ b/sdi/forms.py Sat Jun 05 18:07:11 2010 +0530 @@ -10,7 +10,7 @@ topics_interested = forms.MultipleChoiceField(widget=forms.CheckboxSelectMultiple, choices=TOPICS_CHOICES, required=False) class Meta: model = Registrant - captcha = CaptchaField() + verification_code = CaptchaField() def clean_email(self): """ See if the user has already registered using the email.