From 1b477c24da0405ba848c443195fc8c72791ec23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mummert?= Date: Sun, 22 Feb 2026 12:11:46 +0100 Subject: [PATCH] Wrap event filter tag buttons in dedicated container --- contao/templates/frontend/event_filter.html.twig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/contao/templates/frontend/event_filter.html.twig b/contao/templates/frontend/event_filter.html.twig index d4056e6..99ccb45 100644 --- a/contao/templates/frontend/event_filter.html.twig +++ b/contao/templates/frontend/event_filter.html.twig @@ -1,9 +1,11 @@
- +
+ - {% for tag in tagButtons|default([]) %} - - {% endfor %} + {% for tag in tagButtons|default([]) %} + + {% endfor %} +