This commit is contained in:
2025-09-18 22:01:50 +02:00
parent bcdf788be3
commit 589a2eacb9
13 changed files with 139 additions and 5 deletions

View File

@@ -20,6 +20,7 @@
<div class="card-header">Information</div>
<div class="card-body">
{{ form_row(form.title) }}
{{ form_row(form.open) }}
{{ form_row(form.dueDate) }}
{{ form_row(form.users) }}
{{ form_row(form.summary) }}