# HG changeset patch # User Parth buch # Date 1317388930 -19800 # Node ID 4dd4f6d77e1012528825ea6a21e10420e945aec1 # Parent ddbb94b8bb2288713947fc03241e73c9df3f1979 changed the registration page to make it static and incorporate doattend diff -r ddbb94b8bb22 -r 4dd4f6d77e10 project/templates/registration/submit-registration.html --- a/project/templates/registration/submit-registration.html Fri Sep 30 18:51:39 2011 +0530 +++ b/project/templates/registration/submit-registration.html Fri Sep 30 18:52:10 2011 +0530 @@ -1,196 +1,94 @@ {% extends "base.html" %} +{% block content %} +

Submit Registration

+
+ + +

Note:

+ +

Accommodation

-{% block title %}Submit Registration{% endblock %} + -{% block addscripts %} - -{% endblock addscripts %} - -{% block content %} - {% block formheading %} -

Submit Registration

- {% endblock formheading %} - - {% block overreg %} - {% if over_reg %} -
- We have already reached the total number of registrations for the - conference. If you would like to be put on a waiting list in the event that - someone can't make it to the conference, please register below and we - will be in contact if a registration spot comes available. N.B. Do not - pay the admission fee. -
- {% endif %} - {% endblock overreg %} - -
- {% if not user.is_authenticated %} -
- Have you already registered for the conference? - - {{ login_form }} -
- - - - -
- -
- {% endif %} - -

- - {% if not user.is_authenticated %} -
-
-
- Registrant Details - - {{ registrant_form }} -
- - -
- {% endif %} -
- - {% if registration_form.errors %} -
Please correct the errors below
- {% endif %} - -
- 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 %} - - - - - {% endfor %} - - {% for field in registration_form.other_fields %} - - - - - {% endfor %} -
{{ field.label_tag }}{{ field.errors }}{{ field }}
{{ field.help_text }}
{{ field.label_tag }}{{ field.errors }}{{ field }}
{{ field.help_text }}
-
-
- -
- Occupation - - {% for field in registration_form.occupation_fields %} - - - - - {% endfor %} -
{{ field.label_tag }} - {{ field.errors }}{{ field }}
{{ field.help_text }} -
-
- -
- Demographics - - {% for field in registration_form.demographic_fields %} - - - - - {% endfor %} -
{{ field.label_tag }} - {{ field.errors }}{{ field }}
{{ field.help_text }} -
-
- -
- Accommodation - - {{ acco_form }} -
-
- -
- Payment - - {{ payment_form }} -
-
- -
- Others - - {{ wifi_form }} -
- - -
- - {% block formextras %}{% endblock formextras %} -
- {% if message %} - - {% endif %} {% endblock content %}