Add a fieldset for payment details on the registration template. payments
authorMadhusudan.C.S <madhusudancs@gmail.com>
Mon, 15 Nov 2010 15:00:35 +0530
branchpayments
changeset 250 ac52304d265d
parent 249 9d90fbae1216
child 251 b99607287a52
Add a fieldset for payment details on the registration template.
project/templates/registration/submit-registration.html
--- a/project/templates/registration/submit-registration.html	Mon Nov 15 15:00:16 2010 +0530
+++ b/project/templates/registration/submit-registration.html	Mon Nov 15 15:00:35 2010 +0530
@@ -147,6 +147,13 @@
       </fieldset>
 
       <fieldset>
+        <legend>Payment</legend>
+        <table class="scipycon-default">
+          {{ payment_form }}
+        </table>
+      </fieldset>
+
+      <fieldset>
         <legend>Others</legend>
         <table class="scipycon-default">
           {{ wifi_form }}