From fb0fc3506b9f9e4929ef82b8f9ffdd20153113b0 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 %}