Initial commit
This commit is contained in:
commit
3bc898dd10
130 changed files with 25918 additions and 0 deletions
4
templates/collection_fractal/_delete_form.html.twig
Normal file
4
templates/collection_fractal/_delete_form.html.twig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<form method="post" action="{{ path('app_collection_fractal_delete', {'id': collection_fractal.id}) }}" onsubmit="return confirm('Are you sure you want to delete this item?');">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ collection_fractal.id) }}">
|
||||
<button class="btn">Delete</button>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue