diff --git a/src/pretix/control/templates/pretixcontrol/organizers/property_edit.html b/src/pretix/control/templates/pretixcontrol/organizers/property_edit.html index 26862e625..d9b9dbe23 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 %}