From d45bc0f37b58faf3e4f7541b44e96c352f8f4d0f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 9 Jun 2022 17:06:26 +0200 Subject: [PATCH] Fix text for free orders pending approval --- .../templates/pretixpresale/event/checkout_confirm.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html b/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html index b52a364fb5..ca2340cdc1 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html @@ -182,9 +182,13 @@ {% trans "Your order requires approval by the event organizer before it can be confirmed and forms a valid contract." %} {% blocktrans trimmed %} - We will sent you an email as soon as the event organizer approved or rejected your order. If your - order was approved, we will send you a link that you can use to pay. + We will sent you an email as soon as the event organizer approved or rejected your order. {% endblocktrans %} + {% if cart.total > 0 %} + {% blocktrans trimmed %} + If your order was approved, we will send you a link that you can use to pay. + {% endblocktrans %} + {% endif %} {% endif %}