Initial commit

This commit is contained in:
2025-07-15 01:15:37 +02:00
commit d1fc7886e3
180 changed files with 31073 additions and 0 deletions

View File

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