4 lines
336 B
Twig
4 lines
336 B
Twig
<form method="post" action="{{ path('app_classeur_fractal_show', {'id': classeur_fractal.id}) }}" onsubmit="return confirm('Are you sure you want to delete this item?');">
|
|
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ classeur_fractal.id) }}">
|
|
<button class="btn btn-danger mb-3">Supprimer</button>
|
|
</form>
|