fix: render field in order with other fields

This commit is contained in:
Björn Fromme
2026-08-04 17:11:53 +02:00
parent 455456b6bc
commit 5f2252af71
@@ -8,9 +8,10 @@
{{ form_start(form) }} {{ form_start(form) }}
<div class="grid lg:grid-cols-2 gap-y-4 lg:gap-x-8"> <div class="grid lg:grid-cols-2 gap-y-4 lg:gap-x-8">
{{ form_row(form.name) }} {{ form_row(form.name) }}
{{ form_row(form.calendarCode) }}
{{ form_row(form.maxAdolescentAge) }}
{{ form_row(form.currency) }} {{ form_row(form.currency) }}
{{ form_row(form.calendarCode) }}
{{ form_row(form.cmsCode) }}
{{ form_row(form.maxAdolescentAge) }}
</div> </div>
<div class="flex justify-end pt-8"> <div class="flex justify-end pt-8">
<button type="submit" class="button button--primary button--small"> <button type="submit" class="button button--primary button--small">