mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +00:00
Hide MIC when not required
This commit is contained in:
@@ -82,6 +82,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
{% if event.is_rig %}
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<small class="text-muted">Client:</small>
|
<small class="text-muted">Client:</small>
|
||||||
<p class="mb-1">
|
<p class="mb-1">
|
||||||
@@ -97,8 +98,9 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if event.mic or event.needs_mic %}
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<small class="text-muted">Member in Charge (MIC):</small>
|
<small class="text-muted">Member in Charge (MIC):</small>
|
||||||
<div class="d-flex align-items-center mt-1">
|
<div class="d-flex align-items-center mt-1">
|
||||||
@@ -119,6 +121,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user