From d5fbda31f85176ccfd0a5e49561f1180a998df16 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Tue, 13 Jul 2010 23:40:34 +0530 Subject: Removed unwanted files and made more changes to make SciPyCon a clean app. --- project/templates/registration/submit-registration.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'project/templates/registration/submit-registration.html') diff --git a/project/templates/registration/submit-registration.html b/project/templates/registration/submit-registration.html index 6a29db8..f3909ac 100644 --- a/project/templates/registration/submit-registration.html +++ b/project/templates/registration/submit-registration.html @@ -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 }}
-- cgit