diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index 0621054ab7..7b0b8bc37d 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -91,13 +91,15 @@
{% trans "User" %}
{{ order.email }}   -
- {% csrf_token %} - -
+ {% if order.status != "c" %} +
+ {% csrf_token %} + +
+ {% endif %}
{% if invoices %}
{% trans "Invoices" %}