From 4931059da3ad829bd8dc9778c0a41560b561a7ef Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 24 Sep 2025 15:50:48 +0200 Subject: [PATCH] Approval process: Use less scary wording for free orders (Z#23206212) (#5485) * Approval process: Use less scary wording for free orders (Z#23206212) * Update src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html Co-authored-by: luelista * Update src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html Co-authored-by: luelista * Revert "Update src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html" This reverts commit bd98c1a01432403c8428b95591458e259c7e5fae. --------- Co-authored-by: luelista --- .../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..40db91accc 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." %} + {% endif %} {% blocktrans trimmed %} We will send you an email as soon as the event organizer approved or rejected your order.