chore: initial import for test contour with k3s CI
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<form method="post" action="{{ path('banner_delete', {'id': banner.id}) }}" onsubmit="return confirm('Are you sure you want to delete this item?');">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ banner.id) }}">
|
||||
<button class="btn">Delete</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user