Remove a sentence if payment_pending_hidden is set

This commit is contained in:
Raphael Michel
2022-05-24 11:15:50 +02:00
parent 96a656bc8a
commit d1644e62f0

View File

@@ -38,7 +38,7 @@
<strong>
{% trans "Please note that we still await approval by the event organizer before you can pay and complete this order." %}
</strong>
{% else %}
{% elif not event.settings.payment_pending_hidden %}
<strong>
{% trans "Please note that we still await your payment to complete the process." %}
</strong>