Feat: Add edit function for trainings

This commit is contained in:
Björn Fromme
2023-10-12 14:35:26 +02:00
parent 46f39888b5
commit 3e32fcbcb4
4 changed files with 62 additions and 1 deletions
@@ -0,0 +1,9 @@
{{ form_start(form) }}
<div class="flex flex-col space-y-4 pb-8">
{{ form_row(form.name) }}
</div>
<button type="submit" class="btn">
Speichern
</button>
{{ form_rest(form) }}
{{ form_end(form) }}