display recent sellings of current festival

This commit is contained in:
Tykayn 2025-02-26 18:53:23 +01:00 committed by tykayn
parent 20611e96c2
commit 66ca3bdf31
5 changed files with 46 additions and 20 deletions

View file

@ -1,4 +1,7 @@
<form method="post" action="{{ path('app_product_delete', {'id': product.id}) }}" onsubmit="return confirm('Are you sure you want to delete this item?');">
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ product.id) }}">
<button class="btn">Delete</button>
<button class="btn btn-danger delete-button">
<i class="fas fa-trash"></i>
Delete
</button>
</form>