mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-09 08:19:41 +00:00
Add H&S Details to Event Detail View
This commit is contained in:
@@ -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' %}
|
||||
|
||||
Reference in New Issue
Block a user