From b40dc9d96dc01ee4dada526e503e70cea3c93539 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 11 Mar 2018 09:20:56 +0100 Subject: [PATCH] Fix hard-coded date format --- src/pretix/control/templates/pretixcontrol/order/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index 3bed87e0c0..041114ed5f 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -195,7 +195,7 @@ {% endif %} {% if line.checkins.all %} {% for c in line.checkins.all %} - + {% endfor %} {% endif %} {% if line.voucher %}