5 lines
317 B
Twig
5 lines
317 B
Twig
<form method="post" action="{{ path('app_statut_commandes_delete', {'id': statut_commande.id}) }}" onsubmit="return confirm('Are you sure you want to delete this item?');">
|
|
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ statut_commande.id) }}">
|
|
<button class="btn">Delete</button>
|
|
</form>
|