Show order level question answers on presale order info page

This commit is contained in:
Mira Weller
2026-08-12 13:57:06 +02:00
parent d7eab0630a
commit 64c6929084
@@ -346,6 +346,16 @@
{% endfor %}
{% endif %}
</dl>
{% if order.answers.all %}
<hr>
<dl class="dl-horizontal">
{% for ans in order.answers.all %}
<dt>{{ ans.question.question }}</dt>
<dd>{% include "pretixpresale/event/fragment_question_answer.html" with request=request question=ans.question answer=ans %}</dd>
{% endfor %}
</dl>
{% endif %}
</div>
</div>
</div>