Changing the fee details in the registration form to the link.
--- 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',
--- 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 @@
<fieldset>
<legend>Details</legend>
+ <strong>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.
+ <a href="{% url scipycon_fees params.scope %}">Click here</a>
+ for details.</strong>
<table class="scipycon-default required">
{% for field in registration_form.personal_fields %}
<tr class="{% cycle odd,even %}">