From e2e09b61e7b26639ada1c43513c8b6f46cefdbf2 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 20 Apr 2026 16:56:35 +0200 Subject: [PATCH] Delete template --- .../templates/pretixpresale/forms/addon_choice_option.html | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/pretix/presale/templates/pretixpresale/forms/addon_choice_option.html diff --git a/src/pretix/presale/templates/pretixpresale/forms/addon_choice_option.html b/src/pretix/presale/templates/pretixpresale/forms/addon_choice_option.html deleted file mode 100644 index 9c50c79f02..0000000000 --- a/src/pretix/presale/templates/pretixpresale/forms/addon_choice_option.html +++ /dev/null @@ -1,3 +0,0 @@ -{% load rich_text %} -{% include "django/forms/widgets/input.html" %} {{ widget.label }} {% if widget.attrs.description %} -
{{ widget.attrs.description|rich_text }}
{% endif %}