mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
fix the layout of the forms
The layout is now consistent with the view page
This commit is contained in:
@@ -31,10 +31,11 @@
|
||||
<h2>{{ 'Activity data'|trans }}</h2>
|
||||
{{ form_row(edit_form.date) }}
|
||||
{{ form_row(edit_form.durationTime) }}
|
||||
{{ form_row(edit_form.type) }}
|
||||
{{ form_row(edit_form.remark) }}
|
||||
{{ form_row(edit_form.attendee) }}
|
||||
{{ form_row(edit_form.reasons) }}
|
||||
{{ form_row(edit_form.type) }}
|
||||
|
||||
|
||||
{{ form_widget(edit_form) }}
|
||||
<div class="grid-12 centered sticky-form-buttons">
|
||||
|
Reference in New Issue
Block a user