diff options
author | Madhusudan.C.S | 2010-11-15 15:00:35 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-11-15 15:00:35 +0530 |
commit | e9adaedf5ef7d10cfbbb7db57593cdf63ff5eee2 (patch) | |
tree | 9a5033290e2b8b1ead8043c38dc0402ebd38cce9 /project/templates | |
parent | 2f7ba659536bb4704e5f647fe3d5ab63aae4b3b6 (diff) | |
download | scipycon-e9adaedf5ef7d10cfbbb7db57593cdf63ff5eee2.tar.gz scipycon-e9adaedf5ef7d10cfbbb7db57593cdf63ff5eee2.tar.bz2 scipycon-e9adaedf5ef7d10cfbbb7db57593cdf63ff5eee2.zip |
Add a fieldset for payment details on the registration template.
--HG--
branch : payments
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/registration/submit-registration.html | 7 |
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 }} |