diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index 889ffc8b0..af221e38e 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -198,7 +198,7 @@ {% endif %} - {% if order.status == "n" %} + {% if order.status == "n" and not order.require_approval %}
{% trans "Expiry date" %}
{{ order.expires|date:"SHORT_DATETIME_FORMAT" }}