project/scipycon/registration/forms.py
branch2011
changeset 389 fe49720e67bf
parent 318 6963bc54d5c2
child 394 9f2a90e36386
--- a/project/scipycon/registration/forms.py	Thu Sep 08 17:54:33 2011 +0530
+++ b/project/scipycon/registration/forms.py	Sun Sep 11 16:34:54 2011 +0530
@@ -35,7 +35,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?""")
+        help_text=u"""Do you intend to attend SciPy.in 2011 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',