From eec6df166d7c85866896ca1789b2ac945fcbd8bf Mon Sep 17 00:00:00 2001
From: Mira Weller
Date: Tue, 11 Aug 2026 16:25:01 +0200
Subject: [PATCH] Fix list html in question_delete
---
.../templates/pretixcontrol/items/question_delete.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/pretix/control/templates/pretixcontrol/items/question_delete.html b/src/pretix/control/templates/pretixcontrol/items/question_delete.html
index 5119a58de4..2dfa98a021 100644
--- a/src/pretix/control/templates/pretixcontrol/items/question_delete.html
+++ b/src/pretix/control/templates/pretixcontrol/items/question_delete.html
@@ -13,9 +13,11 @@
{% blocktrans with url=edit_url|add:"#tab-0-1-open" %}If you want to keep the answers, edit the question and set it to hidden.{% endblocktrans %}
- {% for item in dependent %}
- {{ item }}
- {% endfor %}
+
+ {% for item in dependent %}
+ - {{ item }}
+ {% endfor %}
+
{% endif %}