sdi/forms.py
branchanoop
changeset 44 ce2b84e6f24a
parent 41 651b341fd555
child 45 29d7d70c9273
--- 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.