diff -r d14bda103817 -r ce2b84e6f24a sdi/forms.py --- 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.