From f014595bc53de3e7b885a73357eda10766193e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mummert?= Date: Sun, 8 Mar 2026 18:22:59 +0100 Subject: [PATCH] Fix eventmanager asset paths and remove legacy bundle class --- .../templates/frontend/event_edit.html.twig | 28 +++++++++---------- contao/templates/frontend/event_map.html.twig | 2 +- .../frontend/member_events.html.twig | 2 +- .../frontend/organization_edit.html.twig | 28 +++++++++---------- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/contao/templates/frontend/event_edit.html.twig b/contao/templates/frontend/event_edit.html.twig index 1b01ba3..2a5522c 100644 --- a/contao/templates/frontend/event_edit.html.twig +++ b/contao/templates/frontend/event_edit.html.twig @@ -17,8 +17,8 @@ - - + + {{ form_start(form, { action: app.request.uri, attr: { 'aria-live': 'polite' } }) }} @@ -78,51 +78,51 @@ aria-controls="{{ form.teaser.vars.id }}-editor" > diff --git a/contao/templates/frontend/event_map.html.twig b/contao/templates/frontend/event_map.html.twig index dfdaaa6..5e1a07c 100644 --- a/contao/templates/frontend/event_map.html.twig +++ b/contao/templates/frontend/event_map.html.twig @@ -85,4 +85,4 @@ > - + diff --git a/contao/templates/frontend/member_events.html.twig b/contao/templates/frontend/member_events.html.twig index cc0489e..7a486f9 100644 --- a/contao/templates/frontend/member_events.html.twig +++ b/contao/templates/frontend/member_events.html.twig @@ -56,7 +56,7 @@ {% endif %} - +

Vergangene Veranstaltungen

{% if pastEvents is empty %} diff --git a/contao/templates/frontend/organization_edit.html.twig b/contao/templates/frontend/organization_edit.html.twig index acbf528..fd10fc7 100644 --- a/contao/templates/frontend/organization_edit.html.twig +++ b/contao/templates/frontend/organization_edit.html.twig @@ -11,8 +11,8 @@ - - + + {{ form_start(form, { attr: { 'aria-live': 'polite' } }) }} @@ -39,51 +39,51 @@ aria-controls="{{ form.description.vars.id }}-editor" >