mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Bank transfer: Clarify instructions on pending payment (#3845)
This commit is contained in:
@@ -38,8 +38,9 @@
|
|||||||
<dt>{% trans "Amount:" %}</dt><dd>{{ amount|money:event.currency }}</dd>
|
<dt>{% trans "Amount:" %}</dt><dd>{{ amount|money:event.currency }}</dd>
|
||||||
<dt>{% trans "Reference code (important):" %}</dt><dd><b>{{ code }}</b></dd>
|
<dt>{% trans "Reference code (important):" %}</dt><dd><b>{{ code }}</b></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<p>
|
<p class="text-muted">
|
||||||
{% trans "After you sent the bank transfer, you can close this window. We will send you an email as soon as we received your payment." %}
|
{% trans "There is no further action required on this website." %}
|
||||||
|
{% trans "We will send you an email as soon as we received your payment." %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% if settings.bank_details_type == "sepa" and any_barcodes %}
|
{% if settings.bank_details_type == "sepa" and any_barcodes %}
|
||||||
|
|||||||
Reference in New Issue
Block a user