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