diff --git a/RIGS/templates/RIGS/event_detail.html b/RIGS/templates/RIGS/event_detail.html
index d80969d1..13d97cf5 100644
--- a/RIGS/templates/RIGS/event_detail.html
+++ b/RIGS/templates/RIGS/event_detail.html
@@ -109,7 +109,15 @@
{% if event.is_rig %}
Event MIC
- {{ event.mic.name }}
+
+ {% if perms.RIGS.view_profile %}
+
+ {{ event.mic.name }}
+
+ {% else %}
+ {{ event.mic.name }}
+ {% endif %}
+
{% endif %}
Status
diff --git a/RIGS/templates/RIGS/event_table.html b/RIGS/templates/RIGS/event_table.html
index e6467044..1868f2dd 100644
--- a/RIGS/templates/RIGS/event_table.html
+++ b/RIGS/templates/RIGS/event_table.html
@@ -83,7 +83,13 @@
{% if event.mic %}
{{ event.mic.initials }}
-

+ {% if perms.RIGS.view_profile %}
+
+
+
+ {% else %}
+

+ {% endif %}
{% elif event.is_rig %}