fix: render field in order with other fields
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user