2024-12-05 15:12:46 +01:00
|
|
|
<form method="post" action="{{ path('app_reductions_delete', {'id': reduction.id}) }}" onsubmit="return confirm('Es-tu sur de vouloir le supprimer ?');">
|
2024-11-21 15:11:11 +01:00
|
|
|
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ reduction.id) }}">
|
2024-12-05 15:12:46 +01:00
|
|
|
<button class="btn">Supprimer</button>
|
2024-11-21 15:11:11 +01:00
|
|
|
</form>
|