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 %}