From bfdf4c0453c5c755cadec4e948058df810a2e582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 24 Jul 2025 09:33:27 +0200 Subject: [PATCH] fix: correct handling of readonly checkboxes with tooltips --- templates/forms.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/forms.html.twig b/templates/forms.html.twig index a03c3a6..57f11cf 100644 --- a/templates/forms.html.twig +++ b/templates/forms.html.twig @@ -105,8 +105,8 @@ {%- if form.vars.attr.tooltip is defined -%} {%- set tooltip = form.vars.attr.tooltip -%} {%- endif -%} -
-