From 3c4901f86ad104834829947fc5b6c60be34aa347 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 16 Mar 2025 22:55:17 +0000 Subject: [PATCH] Hide MIC when not required --- RIGS/templates/partials/event_row.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RIGS/templates/partials/event_row.html b/RIGS/templates/partials/event_row.html index 5ca01d67..599443e6 100644 --- a/RIGS/templates/partials/event_row.html +++ b/RIGS/templates/partials/event_row.html @@ -82,6 +82,7 @@ {% endif %} + {% if event.is_rig %}
Client:

@@ -97,8 +98,9 @@ {% endif %}

+ {% endif %} - + {% if event.mic or event.needs_mic %}
Member in Charge (MIC):
@@ -119,6 +121,7 @@ {% endif %}
+ {% endif %}