From d5d74d6a2924b044130c65d053d8eea834234d95 Mon Sep 17 00:00:00 2001 From: Jens Kleineheismann Date: Fri, 23 Feb 2018 11:40:04 +0100 Subject: [PATCH] Prepared RegistrationForm for optional registration stuff. --- .../event_create/RegistrationForm.html | 56 +++++++++++++++---- 1 file changed, 46 insertions(+), 10 deletions(-) diff --git a/dav_events/templates/dav_events/event_create/RegistrationForm.html b/dav_events/templates/dav_events/event_create/RegistrationForm.html index 252fe5b..12d9318 100644 --- a/dav_events/templates/dav_events/event_create/RegistrationForm.html +++ b/dav_events/templates/dav_events/event_create/RegistrationForm.html @@ -2,6 +2,41 @@ {% load i18n %} {% load bootstrap3 %} +{% block head-additional %} + +{% endblock head-additional %} + {% block form-fields-visible %}
@@ -16,22 +51,23 @@
-
 
- {% bootstrap_field form.deadline %} +
+
+ {% bootstrap_field form.deadline %} +
+
+
+
+ {% bootstrap_field form.deadline_other %} +
+
-
-
- {% bootstrap_field form.deadline_other %} -
-
-
 
-
+
{% bootstrap_field form.registration_howto %}
-
 
{% endblock form-fields-visible %}