Initial commit

This commit is contained in:
Crizomb 2025-06-28 12:17:52 +02:00
commit 3bc898dd10
130 changed files with 25918 additions and 0 deletions

View file

@ -0,0 +1,4 @@
<form method="post" action="{{ path('app_membre_fractal_delete', {'id': membre_fractal.id}) }}" onsubmit="return confirm('Are you sure you want to delete this item?');">
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ membre_fractal.id) }}">
<button class="btn">Delete</button>
</form>