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