From dd5b5075f889b3de562dfdacdf8db43e19369e78 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Tue, 2 Nov 2010 22:01:58 +0530 Subject: Changing the fee details in the registration form to the link. --- project/scipycon/registration/forms.py | 4 +--- project/templates/registration/submit-registration.html | 5 +++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/project/scipycon/registration/forms.py b/project/scipycon/registration/forms.py index 8e5c27a..50bfad0 100644 --- a/project/scipycon/registration/forms.py +++ b/project/scipycon/registration/forms.py @@ -33,9 +33,7 @@ class RegistrationSubmitForm(forms.Form): 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 --git a/project/templates/registration/submit-registration.html b/project/templates/registration/submit-registration.html index c4394a2..a0bea5a 100644 --- a/project/templates/registration/submit-registration.html +++ b/project/templates/registration/submit-registration.html @@ -65,6 +65,11 @@