mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-24 17:02:18 +00:00
Change table classes to show non rigs issue #37
This commit is contained in:
@@ -12,8 +12,10 @@
|
|||||||
<tr class="
|
<tr class="
|
||||||
{% if event.cancelled %}
|
{% if event.cancelled %}
|
||||||
active
|
active
|
||||||
{% elif event.confirmed and event.mic or not event.is_rig %}
|
{% elif not event.is_rig %}
|
||||||
{# interpreated as (booked and mic) or is non rig #}
|
info
|
||||||
|
{% elif event.confirmed and event.mic %}
|
||||||
|
{# interpreated as (booked and mic) #}
|
||||||
success
|
success
|
||||||
{% elif event.mic %}
|
{% elif event.mic %}
|
||||||
warning
|
warning
|
||||||
|
|||||||
Reference in New Issue
Block a user