diff options
-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 }} |