mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Fix text for free orders pending approval
This commit is contained in:
@@ -182,9 +182,13 @@
|
|||||||
{% trans "Your order requires approval by the event organizer before it can be confirmed and forms a valid contract." %}
|
{% trans "Your order requires approval by the event organizer before it can be confirmed and forms a valid contract." %}
|
||||||
</strong>
|
</strong>
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
We will sent you an email as soon as the event organizer approved or rejected your order. If your
|
We will sent you an email as soon as the event organizer approved or rejected your order.
|
||||||
order was approved, we will send you a link that you can use to pay.
|
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
|
{% if cart.total > 0 %}
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
If your order was approved, we will send you a link that you can use to pay.
|
||||||
|
{% endblocktrans %}
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="row checkout-button-row clearfix">
|
<div class="row checkout-button-row clearfix">
|
||||||
|
|||||||
Reference in New Issue
Block a user