mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 09:22:21 +00:00
Fixed MIC photo logic
This commit is contained in:
@@ -80,12 +80,12 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
{% if event.mic or not event.is_rig %}
|
{% if event.mic %}
|
||||||
{{ event.mic.initials }}
|
{{ event.mic.initials }}
|
||||||
<div>
|
<div>
|
||||||
<img src="{{ event.mic.profile_picture }}" class="event-mic-photo"/>
|
<img src="{{ event.mic.profile_picture }}" class="event-mic-photo"/>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% elif event.is_rig %}
|
||||||
<span class="glyphicon glyphicon-exclamation-sign"></span>
|
<span class="glyphicon glyphicon-exclamation-sign"></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user