forked from CGM_Public/pretix_original
Fix wrong text with banktransfer orders manually marked as paid
This commit is contained in:
@@ -14,9 +14,15 @@
|
|||||||
<dd>{{ payment_info.reference }}</dd>
|
<dd>{{ payment_info.reference }}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>{% blocktrans trimmed %}
|
{% if order.status == "p" %}
|
||||||
This order has been planned to be paid via bank transfer, but no payment has been received yet.
|
<p>{% blocktrans trimmed %}
|
||||||
{% endblocktrans %}</p>
|
This order has been marked as paid via bank transfer manually.
|
||||||
|
{% endblocktrans %}</p>
|
||||||
|
{% else %}
|
||||||
|
<p>{% blocktrans trimmed %}
|
||||||
|
This order has been planned to be paid via bank transfer, but no payment has been received yet.
|
||||||
|
{% endblocktrans %}</p>
|
||||||
|
{% endif %}
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt>{% trans "Reference code" %}</dt>
|
<dt>{% trans "Reference code" %}</dt>
|
||||||
<dd>{{ order.full_code }}</dd>
|
<dd>{{ order.full_code }}</dd>
|
||||||
|
|||||||
Reference in New Issue
Block a user