fix the layout of the forms

The layout is now consistent with the view page
This commit is contained in:
2016-03-09 14:42:42 +01:00
parent 77b7333fea
commit 3acea7967c
3 changed files with 16 additions and 9 deletions

View File

@@ -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">