# HG changeset patch # User Madhusudan.C.S # Date 1288715518 -19800 # Node ID 0eb941d14ec352100b1bd7eabc61e4422ce108e4 # Parent d351d19d3589257f19f6ef93c7c4b94925b8309d Changing the fee details in the registration form to the link. diff -r d351d19d3589 -r 0eb941d14ec3 project/scipycon/registration/forms.py --- 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', diff -r d351d19d3589 -r 0eb941d14ec3 project/templates/registration/submit-registration.html --- a/project/templates/registration/submit-registration.html Sun Oct 31 12:11:53 2010 +0530 +++ b/project/templates/registration/submit-registration.html Tue Nov 02 22:01:58 2010 +0530 @@ -65,6 +65,11 @@
Details + SciPy.in has a registration fee and nominal charges for + accommodation of out station students and teachers. Please + make sure you read the details before you register. + Click here + for details. {% for field in registration_form.personal_fields %}