diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index efbceb1e7d..4aeda09d21 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -18,40 +18,38 @@ {% include "pretixcontrol/orders/fragment_order_status.html" with order=order class="pull-right" %} {% if 'can_change_orders' in request.eventpermset %} - {% if order.status == 'n' or order.status == 'p' or order.status == 'e' %} -