diff --git a/contao/templates/frontend/event_edit.html.twig b/contao/templates/frontend/event_edit.html.twig index ea5e1e4..6a34c8b 100644 --- a/contao/templates/frontend/event_edit.html.twig +++ b/contao/templates/frontend/event_edit.html.twig @@ -11,6 +11,170 @@ - + + {{ form_start(form, { attr: { 'aria-live': 'polite' } }) }} - {{ form_widget(form) }} + {{ form_row(form.title) }} + {{ form_row(form.street) }} + {{ form_row(form.street2) }} + {{ form_row(form.postal) }} + {{ form_row(form.city) }} + {{ form_row(form.phone) }} + {{ form_row(form.email) }} + {{ form_row(form.website) }} + +
+ + + + {{ form_row(form.logoUpload) }} +