diff -r f94e0cd9a862 -r 178b89a3ca4f project/templates/registration/submit-registration.html --- a/project/templates/registration/submit-registration.html Tue Jul 13 19:57:37 2010 +0530 +++ b/project/templates/registration/submit-registration.html Tue Jul 13 23:40:34 2010 +0530 @@ -20,7 +20,7 @@ {% if not user.is_authenticated %}
Have you already registered for the conference? - +
{{ login_form }}
@@ -46,7 +46,7 @@ method="post">
Registrant Details - +
{{ registrant_form }}
@@ -61,7 +61,7 @@
Details - +
{% for field in registration_form.personal_fields %} @@ -79,7 +79,7 @@
Demographics -
{{ field.label_tag }} {{ field.errors }}{{ field }}
{{ field.help_text }}
+
{% for field in registration_form.demographic_fields %} @@ -88,7 +88,7 @@
Others -
{{ field.label_tag }} {{ field.errors }}{{ field }}
{{ field.help_text }}
+
{{ wifi_form }}