# HG changeset patch # User nishanth # Date 1275741431 -19800 # Node ID ce2b84e6f24a8eddfcfdde4437758e8a6fc5ab8c # Parent d14bda103817963ffd42e8ef691ec5621294230b changed the name of captcha. 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.