Show crew list on event checklist view (#613)

* Split crew list into partial

* Use new crew list partial on event checklist
This commit is contained in:
Joe Banks
2024-12-13 16:43:12 +00:00
committed by GitHub
parent 245a92f8e6
commit 99fdca6a2d
3 changed files with 55 additions and 39 deletions

View File

@@ -69,8 +69,11 @@
</div>
</div>
</div>
{% include 'partials/crew_list.html' with event=object.event %}
</div>
<div class="col-12 text-right">
<div class="col-12 text-right mt-4">
{% button 'edit' url='ec_edit' pk=object.pk %}
{% button 'view' url='event_detail' pk=object.pk text="Event" %}
<a href="{% url 'event_pt' object.event.pk %}" class="btn btn-info"><span class="fas fa-paperclip"></span> <span