FIX/CHNG: Clients may see line prices on event auth form

Not sure why they couldn't previous, its not like we only quote totals...
This commit is contained in:
2021-12-13 12:13:47 +00:00
parent 3028fb92d9
commit c4fec483ae
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
<div class="col-sm-12">
<div class="card">
{% with object=event auth=True %}
{% include 'item_table.html' %}
{% include 'partials/item_table.html' %}
{% endwith %}
</div>
</div>