summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-11-15 15:00:35 +0530
committerMadhusudan.C.S2010-11-15 15:00:35 +0530
commite9adaedf5ef7d10cfbbb7db57593cdf63ff5eee2 (patch)
tree9a5033290e2b8b1ead8043c38dc0402ebd38cce9
parent2f7ba659536bb4704e5f647fe3d5ab63aae4b3b6 (diff)
downloadscipycon-e9adaedf5ef7d10cfbbb7db57593cdf63ff5eee2.tar.gz
scipycon-e9adaedf5ef7d10cfbbb7db57593cdf63ff5eee2.tar.bz2
scipycon-e9adaedf5ef7d10cfbbb7db57593cdf63ff5eee2.zip
Add a fieldset for payment details on the registration template.
--HG-- branch : payments
-rw-r--r--project/templates/registration/submit-registration.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/project/templates/registration/submit-registration.html b/project/templates/registration/submit-registration.html
index 1124cd3..5cbe3ac 100644
--- a/project/templates/registration/submit-registration.html
+++ b/project/templates/registration/submit-registration.html
@@ -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 }}