diff options
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/registration/submit-registration.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <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 %}"> |