Compare commits

...

4 Commits

Author SHA1 Message Date
Raphael Michel
48a74e644c Revert "Update src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html"
This reverts commit bd98c1a014.
2025-09-24 15:24:49 +02:00
Raphael Michel
bd98c1a014 Update src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html
Co-authored-by: luelista <weller@rami.io>
2025-09-24 15:24:34 +02:00
Raphael Michel
7584176270 Update src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html
Co-authored-by: luelista <weller@rami.io>
2025-09-24 15:24:27 +02:00
Raphael Michel
b05efd599d Approval process: Use less scary wording for free orders (Z#23206212) 2025-09-23 17:50:05 +02:00

View File

@@ -186,7 +186,11 @@
{% if require_approval %} {% if require_approval %}
<div class="alert alert-warning"> <div class="alert alert-warning">
<strong> <strong>
{% 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 %}
</strong> </strong>
{% blocktrans trimmed %} {% blocktrans trimmed %}
We will send you an email as soon as the event organizer approved or rejected your order. We will send you an email as soon as the event organizer approved or rejected your order.