project/scipycon/registration/forms.py
changeset 191 0eb941d14ec3
parent 137 ec6e58c639bf
child 199 97cbeda302a9
--- a/project/scipycon/registration/forms.py	Sun Oct 31 12:11:53 2010 +0530
+++ b/project/scipycon/registration/forms.py	Tue Nov 02 22:01:58 2010 +0530
@@ -33,9 +33,7 @@
     allow_contact = forms.BooleanField(required=False, label=u'Contact',
         help_text=u'May organizers of SciPy.in contact you after the event?')
     conference = forms.BooleanField(required=False, label=u'Conference',
-        help_text=u"""Do you intend to attend SciPy.in 2010 conference?  
-        Note: Only conference has an registration fee of Rs.200 which you will
-        pay on the spot.""")
+        help_text=u"""Do you intend to attend SciPy.in 2010 conference?""")
     tutorial = forms.BooleanField(required=False, label=u'Tutorial',
         help_text=u'Do you intend to attend the tutorials?')
     sprint = forms.BooleanField(required=False, label=u'Sprint',