Add H&S Details to Event Detail View

This commit is contained in:
2020-06-03 15:15:23 +01:00
parent d31900c5c3
commit 9e93d895ba
3 changed files with 26 additions and 10 deletions

View File

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