diff --git a/RIGS/templates/RIGS/event_detail.html b/RIGS/templates/RIGS/event_detail.html
index f7d971e2..619d099e 100644
--- a/RIGS/templates/RIGS/event_detail.html
+++ b/RIGS/templates/RIGS/event_detail.html
@@ -11,13 +11,17 @@
-
+ {% if event.is_rig %}
+
+ {% endif %}
- {% if perms.RIGS.add_invoice %}
-
+ {% if event.is_rig %}
+ {% if perms.RIGS.add_invoice %}
+
+ {% endif %}
{% endif %}
@@ -68,8 +72,10 @@
-
+ {% if event.is_rig %}
+
+ {% endif %}
- {% if perms.RIGS.add_invoice %}
-
+ {% if event.is_rig %}
+ {% if perms.RIGS.add_invoice %}
+
+ {% endif %}
{% endif %}
-