From 33cee65d7f4f63d5791ef2234a790340d91188e8 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 17 Oct 2019 17:27:33 +0200 Subject: [PATCH] Add a tooltip with the date to pending orders --- .../templates/pretixcontrol/orders/fragment_order_status.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/orders/fragment_order_status.html b/src/pretix/control/templates/pretixcontrol/orders/fragment_order_status.html index 40518dc20..765a55a34 100644 --- a/src/pretix/control/templates/pretixcontrol/orders/fragment_order_status.html +++ b/src/pretix/control/templates/pretixcontrol/orders/fragment_order_status.html @@ -4,7 +4,8 @@ {% if order.require_approval %} {% trans "Approval pending" %} {% else %} - {% trans "Pending" %} + {% trans "Pending" %} {% endif %} {% elif order.status == "p" %} {% if order.count_positions == 0 %}