From b05efd599dbff2a09f44b1f0f08a49298a0239b2 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 23 Sep 2025 17:50:05 +0200 Subject: [PATCH] Approval process: Use less scary wording for free orders (Z#23206212) --- .../templates/pretixpresale/event/checkout_confirm.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html b/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html index f0e2a60bf1..ee3e9297c8 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html @@ -186,7 +186,11 @@ {% if require_approval %}
- {% trans "After you submitted your order using the button below, it will require approval by the event organizer before it can be confirmed and forms a valid contract." %} + {% if cart.total > 0 %} + {% trans "After you submitted your order using the button below, it will require approval by the event organizer before it can be confirmed and forms a valid contract." %} + {% else %} + {% trans "After you submitted your order using the button below, it will require approval by the event organizer before it can be confirmed." %} + {% endif %} {% blocktrans trimmed %} We will send you an email as soon as the event organizer approved or rejected your order.