mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Fix typo in non-event display
This commit is contained in:
@@ -92,7 +92,7 @@ dd {
|
|||||||
<div class="eventgrid {% if event.cancelled %}
|
<div class="eventgrid {% if event.cancelled %}
|
||||||
table-secondary
|
table-secondary
|
||||||
{% elif not event.is_rig %}
|
{% elif not event.is_rig %}
|
||||||
bg-info
|
table-info
|
||||||
{% elif not event.mic %}
|
{% elif not event.mic %}
|
||||||
table-danger
|
table-danger
|
||||||
{% elif event.confirmed and event.authorised %}
|
{% elif event.confirmed and event.authorised %}
|
||||||
|
|||||||
Reference in New Issue
Block a user