Feat: Make availabilities editable

This commit is contained in:
Björn Fromme
2023-10-20 16:14:21 +02:00
parent 05c925eec1
commit 992bdcc46c
4 changed files with 62 additions and 1 deletions
@@ -0,0 +1,11 @@
{{ form_start(form) }}
<div class="flex flex-col space-y-4 pb-8">
{{ form_row(form.dateFrom) }}
{{ form_row(form.dateTo) }}
{{ form_row(form.description) }}
</div>
<button type="submit" class="btn">
Speichern
</button>
{{ form_rest(form) }}
{{ form_end(form) }}