Feat: Make dispositions deletable by admins

This commit is contained in:
Björn Fromme
2023-10-21 10:50:47 +02:00
parent 0fce77fbb7
commit cc93a0be0c
6 changed files with 143 additions and 4 deletions
@@ -0,0 +1,9 @@
{{ form_start(form) }}
<div class="flex flex-col space-y-4 pb-4">
{{ form_row(form.remarks) }}
</div>
<button type="submit" class="btn">
Löschen
</button>
{{ form_rest(form) }}
{{ form_end(form) }}