From 7f7bd8541856ac2b7bc92fe6e7a82a2a6dff941a Mon Sep 17 00:00:00 2001 From: luelista Date: Tue, 8 Sep 2026 14:47:17 +0200 Subject: [PATCH] Apply suggestion from @luelista --- .../templates/pretixcontrol/organizers/property_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/organizers/property_edit.html b/src/pretix/control/templates/pretixcontrol/organizers/property_edit.html index 26862e6252..d9b9dbe238 100644 --- a/src/pretix/control/templates/pretixcontrol/organizers/property_edit.html +++ b/src/pretix/control/templates/pretixcontrol/organizers/property_edit.html @@ -73,7 +73,7 @@
{% bootstrap_field form.key layout='inline' form_group_class="" %} {% if form.key.help_text %} - {{ form.key.help_text|safe }} + {{ form.key.help_text }} {% endif %}