WIP: Implement stuff

This commit is contained in:
Björn Fromme
2023-10-03 18:05:12 +02:00
parent 25a016a02b
commit dec8feedf2
10 changed files with 53 additions and 10 deletions
+7 -3
View File
@@ -76,9 +76,13 @@
<h2 class="text-xl font-bold pb-2">
Sonstiges
</h2>
<div class="flex flex-col space-y-4 pb-8">
{{ form_row(form.status) }}
{{ form_row(form.remarks) }}
<div class="grid md:grid-cols-2 gap-y-4 md:gap-x-8 pb-8">
<div>
{{ form_row(form.status) }}
</div>
<div>
{{ form_row(form.remarks) }}
</div>
</div>
<button type="submit" class="btn">