Allow H&S for non-events

This commit is contained in:
2020-11-12 12:47:47 +00:00
parent bbc4d1d390
commit ac916247a6
2 changed files with 6 additions and 6 deletions

View File

@@ -71,12 +71,12 @@
<div class="col-md-6">
{% include 'partials/event_details.html' %}
</div>
{% if not event.dry_hire %}
<div class="col {% if event.is_rig %}py-3{%endif %}">
{% include 'partials/hs_details.html' %}
</div>
{% endif %}
{% if event.is_rig %}
{% if not event.dry_hire %}
<div class="col py-3">
{% include 'partials/hs_details.html' %}
</div>
{% endif %}
{% if event.is_rig and event.internal and perms.RIGS.view_event %}
<div class="col-md-8 py-3">
{% include 'partials/auth_details.html' %}