diff options
author | Madhusudan.C.S | 2010-11-08 00:47:57 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-11-08 00:47:57 +0530 |
commit | fd86421377f3b496886122ff06a71dbb5ebd9777 (patch) | |
tree | b3bb2b9bc6293a82cf33e2a75ac85d82cc3f91e5 /project | |
parent | ddb3790087460381b8a0d78b429db1fa55c750c9 (diff) | |
download | scipycon-fd86421377f3b496886122ff06a71dbb5ebd9777.tar.gz scipycon-fd86421377f3b496886122ff06a71dbb5ebd9777.tar.bz2 scipycon-fd86421377f3b496886122ff06a71dbb5ebd9777.zip |
Add html form fields for accommodation forms.
Diffstat (limited to 'project')
-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 a0bea5a..f80f451 100644 --- a/project/templates/registration/submit-registration.html +++ b/project/templates/registration/submit-registration.html @@ -117,6 +117,13 @@ </fieldset> <fieldset> + <legend>Accommodation</legend> + <table class="scipycon-default"> + {{ acco_form }} + </table> + </fieldset> + + <fieldset> <legend>Others</legend> <table class="scipycon-default"> {{ wifi_form }} |