diff --git a/RIGS/templates/event_detail.html b/RIGS/templates/event_detail.html index 1eb13133..2505f7e0 100644 --- a/RIGS/templates/event_detail.html +++ b/RIGS/templates/event_detail.html @@ -70,15 +70,17 @@
{% include 'partials/event_details.html' %}
- {% if event.is_rig and not event.dry_hire %} -
- {% include 'partials/hs_details.html' %} -
+ {% if event.is_rig %} + {% if not event.dry_hire %} +
+ {% include 'partials/hs_details.html' %} +
+ {% endif %} + {% if event.is_rig and event.internal and perms.RIGS.view_event %} +
+ {% include 'partials/auth_details.html' %} +
{% endif %} - {% if event.is_rig and event.internal and perms.RIGS.view_event %} -
- {% include 'partials/auth_details.html' %} -
{% endif %} {% if not request.is_ajax and perms.RIGS.view_event %}