diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index eab4818fb..185400bef 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -118,7 +118,7 @@
{% trans "Order code" %}
{{ order.code }}
{% trans "Order date" %}
-
{{ order.datetime }}
+
{{ order.datetime|date:"SHORT_DATETIME_FORMAT" }}
{% if sales_channel %}
{% trans "Sales channel" %}
{{ sales_channel.verbose_name }}
@@ -132,7 +132,7 @@ {% if order.status == "n" %}
{% trans "Expiry date" %}
-
{{ order.expires }}
+
{{ order.expires|date:"SHORT_DATETIME_FORMAT" }}
{% endif %}
{% trans "User" %}