From 9af889ad023920c3bca635a9f783d1fcda729891 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 26 May 2023 11:16:50 +0200 Subject: [PATCH] Questions: Warn about deleting answers --- .../control/templates/pretixcontrol/items/question_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/items/question_edit.html b/src/pretix/control/templates/pretixcontrol/items/question_edit.html index bd29148e0b..e2c0d32cd7 100644 --- a/src/pretix/control/templates/pretixcontrol/items/question_edit.html +++ b/src/pretix/control/templates/pretixcontrol/items/question_edit.html @@ -55,7 +55,7 @@ -
+
{{ formset.management_form }} {% bootstrap_formset_errors formset %}