From c6037c44ce0b7970e596710cdb0841bf62e740c5 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Sun, 24 May 2015 14:21:24 +0100 Subject: [PATCH] Fixed MIC photo logic --- RIGS/templates/RIGS/event_table.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RIGS/templates/RIGS/event_table.html b/RIGS/templates/RIGS/event_table.html index 3cd5144f..49e4ec6f 100644 --- a/RIGS/templates/RIGS/event_table.html +++ b/RIGS/templates/RIGS/event_table.html @@ -80,12 +80,12 @@ {% endif %} - {% if event.mic or not event.is_rig %} + {% if event.mic %} {{ event.mic.initials }}
- {% else %} + {% elif event.is_rig %} {% endif %}