Minor futzing with status display

This commit is contained in:
2021-02-15 16:45:45 +00:00
parent e14e250896
commit f4a163f63c
4 changed files with 15 additions and 17 deletions

View File

@@ -25,7 +25,7 @@
{% endif %}
{% else %}
table-warning
{% endif %}" id="event_row">
{% endif %}" {% if event.cancelled %}style="opacity: 50% !important;"{% endif %} id="event_row">
<!---Number-->
<th scope="row" id="event_number">{{ event.display_id }}</th>
<!--Dates & Times-->