From 9244173533742432afa2cfb39a617f8b57ed3433 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 8 Dec 2024 21:24:06 +0000 Subject: [PATCH] Use new crew list partial on event checklist --- RIGS/templates/hs/event_checklist_detail.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RIGS/templates/hs/event_checklist_detail.html b/RIGS/templates/hs/event_checklist_detail.html index 82e20020..21a37c03 100644 --- a/RIGS/templates/hs/event_checklist_detail.html +++ b/RIGS/templates/hs/event_checklist_detail.html @@ -69,8 +69,11 @@ + + {% include 'partials/crew_list.html' with event=object.event %} -
+ +
{% button 'edit' url='ec_edit' pk=object.pk %} {% button 'view' url='event_detail' pk=object.pk text="Event" %}