diff --git a/RIGS/templates/event_detail.html b/RIGS/templates/event_detail.html index c7965434..a1de143d 100644 --- a/RIGS/templates/event_detail.html +++ b/RIGS/templates/event_detail.html @@ -62,12 +62,12 @@ - + - + @@ -78,7 +78,7 @@ - + {% empty %} diff --git a/RIGS/templates/hs/eventcheckin_form.html b/RIGS/templates/hs/eventcheckin_form.html index f1640158..f6c80995 100644 --- a/RIGS/templates/hs/eventcheckin_form.html +++ b/RIGS/templates/hs/eventcheckin_form.html @@ -55,12 +55,12 @@
-
+
-
+
{% render_field form.role class+="form-control" placeholder="Other (enter text)" %}
@@ -68,11 +68,11 @@
-
+
-
+
{% render_field form.vehicle class+="form-control" placeholder="Other (enter text)" %}
diff --git a/templates/index.html b/templates/index.html index d53d130e..fb039286 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,11 +8,13 @@

Rig Information Gathering System

Welcome back {{ user.get_full_name }}, there {%if rig_count == 1 %}is one rig coming up{%else%}are {{ rig_count|apnumber }} rigs coming up.{%endif%}

+ {% if now %}
{% for event in now %} Event {{ event }} is happening now! Check In
{% endfor %}
+ {% endif %}
Some lights and haze, very purple @@ -29,7 +31,6 @@
- {% now "m-d" as todays_date %} M32 sound desk close up of the faders

Asset Database

CrewmemberName Vehicle Start Time Role End Time{% if self.request.user.pk is form.event.mic.pk %} Add{% endif %}{% if request.user.pk is event.mic.pk %} Add{% endif %}
{{crew.time}} {{crew.role}} {% if crew.end_time %}{{crew.end_time}}{% else %}{% endif %}{% if crew.end_time %}{% if crew.person.pk == request.user.pk or crew.event.mic.pk == request.user.pk %}{% button 'edit' 'edit_checkin' crew.pk clazz='btn-sm modal-href' %}{% endif %}{%endif%}{% if crew.end_time %}{% if crew.person.pk == request.user.pk or event.mic.pk == request.user.pk %}{% button 'edit' 'edit_checkin' crew.pk clazz='btn-sm modal-href' %}{% endif %}{%endif%}