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 %}