diff --git a/src/pretix/control/templates/pretixcontrol/items/question_delete.html b/src/pretix/control/templates/pretixcontrol/items/question_delete.html index 36aaf3e88a..5119a58de4 100644 --- a/src/pretix/control/templates/pretixcontrol/items/question_delete.html +++ b/src/pretix/control/templates/pretixcontrol/items/question_delete.html @@ -8,9 +8,13 @@ {% csrf_token %}
{% blocktrans %}Are you sure you want to delete the question {{ question }}?{% endblocktrans %}
{% if dependent|length > 0 %} -{% blocktrans %}All answers to the question given by the buyers of the following products will be lost.{% endblocktrans %}
+{% blocktrans %}All answers to the question given by the buyers of the following products will be lost.{% endblocktrans %} + {% 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 %} +
+