5 lines
315 B
Twig
5 lines
315 B
Twig
<form method="post" action="{{ path('app_details_commande_delete', {'id': details_commande.id}) }}" onsubmit="return confirm('Es-tu sur de vouloir le supprimer ?');">
|
|
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ details_commande.id) }}">
|
|
<button class="btn">Supprimer</button>
|
|
</form>
|