diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index 323531800d..02499e28db 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -316,15 +316,17 @@ {% if line.item.admission and event.settings.attendee_emails_asked %}
{% trans "Attendee email" %}
- {% if line.attendee_email and not line.addon_to %} + {% if line.attendee_email %} {{ line.attendee_email }} -
- {% csrf_token %} - -
+ {% if not line.addon_to %} +
+ {% csrf_token %} + +
+ {% endif %} {% else %} {% trans "not answered" %} {% endif %}