diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index fd38adadcb..4ee017aace 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -13,14 +13,16 @@ {% include "pretixcontrol/orders/fragment_order_status.html" with order=order class="pull-right" %} {% if request.eventperm.can_change_orders %} - {% if order.status == 'n' or order.status == 'p' %} + {% if order.status == 'n' or order.status == 'p' or order.status == 'e' %}
{% csrf_token %}