diff options
author | Madhusudan.C.S | 2010-07-13 23:40:34 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-07-13 23:40:34 +0530 |
commit | d5fbda31f85176ccfd0a5e49561f1180a998df16 (patch) | |
tree | 9ba55c865fb15d3cdd67bf65d9e2308d51d66c69 /project/templates/registration/submit-registration.html | |
parent | 3ec894e684c645876402a9cac912d98b5ed06c37 (diff) | |
download | scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.tar.gz scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.tar.bz2 scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.zip |
Removed unwanted files and made more changes to make SciPyCon a clean app.
Diffstat (limited to 'project/templates/registration/submit-registration.html')
-rw-r--r-- | project/templates/registration/submit-registration.html | 10 |
1 files changed, 5 insertions, 5 deletions
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 %} <fieldset> <legend>Have you already registered for the conference?</legend> - <table class="kiwipycon-default"> + <table class="scipycon-default"> {{ login_form }} </table> @@ -46,7 +46,7 @@ method="post"> <fieldset> <legend>Registrant Details</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> {{ registrant_form }} </table> @@ -61,7 +61,7 @@ <fieldset> <legend>Details</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> {% for field in registration_form.personal_fields %} <tr class="{% cycle odd,even %}"><th>{{ field.label_tag }}</th> <td>{{ field.errors }}{{ field }}<br />{{ field.help_text }} </td></tr> @@ -79,7 +79,7 @@ <fieldset> <legend>Demographics</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> {% for field in registration_form.demographic_fields %} <tr class="{% cycle odd,even %}"><th>{{ field.label_tag }}</th> <td>{{ field.errors }}{{ field }}<br />{{ field.help_text }} </td></tr> @@ -88,7 +88,7 @@ </fieldset> <fieldset> <legend>Others</legend> - <table class="kiwipycon-default"> + <table class="scipycon-default"> {{ wifi_form }} </table> |