This commit is contained in:
2024-11-16 09:32:15 +01:00
parent 02906d09e2
commit e26fdb13f1
4 changed files with 18 additions and 3 deletions

View File

@ -62,6 +62,7 @@
<div class="card-body">
{{ form_row(form.name) }}
{{ form_row(form.category) }}
{{ form_row(form.submittime) }}
{{ form_row(form.description) }}
</div>