From fb694bf901e9161d96cadb2dc711cf7a59f69443 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 19 Sep 2016 18:42:09 +0200 Subject: [PATCH] Stress that the payment is still required in the thanks message --- .../presale/templates/pretixpresale/event/order.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/order.html b/src/pretix/presale/templates/pretixpresale/event/order.html index abef98d3dd..fa2983ef50 100644 --- a/src/pretix/presale/templates/pretixpresale/event/order.html +++ b/src/pretix/presale/templates/pretixpresale/event/order.html @@ -11,7 +11,12 @@

{% trans "Thank you!" %}

{% if order.status != 'p' %} -

{% trans "Your order has been placed successfully. See below for details." %}

+

+ {% trans "Your order has been placed successfully. See below for details." %}
+ + {% trans "Please note that we still await your payment to complete the process." %} + +

{% elif order.total == 0 %}

{% trans "Your order has been processed successfully! See below for details." %}

{% else %}