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