From 4b04716273491aac85110f481786c9c799240fb7 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Mon, 30 Mar 2015 19:49:58 +0100 Subject: [PATCH] Add non rig status changing #37 --- RIGS/templates/RIGS/event_form.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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" %}
+
+ +