diff --git a/RIGS/templates/RIGS/event_form.html b/RIGS/templates/RIGS/event_form.html index 358a947e..1d5244e6 100644 --- a/RIGS/templates/RIGS/event_form.html +++ b/RIGS/templates/RIGS/event_form.html @@ -316,14 +316,19 @@ -
- +
-
- {% render_field form.status class+="form-control" %} -
+ {# Status is needed on all events types and it looks good here in the form #} +
+ + +
+ {% render_field form.status class+="form-control" %}
+
+ +