From 4c51c28d7afae8a764362d1ebc17d23023ee4bc2 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 2 Nov 2023 14:23:33 +0100 Subject: [PATCH] Order change: Emphasize warning on payment state (Z#23135268) --- .../pretixpresale/event/fragment_change_confirm.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_change_confirm.html b/src/pretix/presale/templates/pretixpresale/event/fragment_change_confirm.html index 0de38c021..36b90d40b 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_change_confirm.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_change_confirm.html @@ -142,10 +142,6 @@ {% if new_pending_sum > 0 %} {% trans "You will need to pay" %} -
- - {% trans "Your entire order will be considered unpaid until you paid this difference." %} - {% else %} {% trans "You will be refunded" %}
@@ -184,6 +180,12 @@ +{% if new_pending_sum > 0 and order.status == "p" %} +
+ {% trans "Your entire order will be considered unpaid until you paid this difference." %} + {% trans "You might not be able to use any of the tickets in your order until this payment has been received." %} +
+{% endif %} {% for k, l in request.POST.lists %} {% for v in l %}