diff --git a/contao/templates/frontend/event_edit.html.twig b/contao/templates/frontend/event_edit.html.twig index aafe422..1b01ba3 100644 --- a/contao/templates/frontend/event_edit.html.twig +++ b/contao/templates/frontend/event_edit.html.twig @@ -27,7 +27,13 @@ {{ form_row(form.title) }} {{ form_row(form.startDate) }} {{ form_row(form.endDate) }} - {{ form_row(form.addTime) }} +
{{ form_row(form.url) }} - {{ form_row(form.addImage) }} + - {{ form_row(form.termsAccepted) }} - {{ form_row(form.isSoldOut) }} - {{ form_row(form.isCanceled) }} - {{ form_row(form.published) }} + + + +