project/templates/registration/submit-registration.html
changeset 96 178b89a3ca4f
parent 1 fda1c66b25f9
child 134 6d8d8b64853e
--- 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 %}
                 <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>