mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Show the currency on pending banktransfers (#289)
This commit is contained in:
committed by
Raphael Michel
parent
d13198167a
commit
b74111f0d8
@@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
<address>
|
<address>
|
||||||
{{ details|linebreaksbr }}<br />
|
{{ details|linebreaksbr }}<br />
|
||||||
{% trans "Amount:" %} {{ order.total|localize }} {{ request.event.currency }}<br />
|
{% trans "Amount:" %} {{ order.total|localize }} {{ event.currency }}<br />
|
||||||
<strong>{% trans "Reference code (important):" %} {{ order.full_code }}</strong>
|
<strong>{% trans "Reference code (important):" %} {{ order.full_code }}</strong>
|
||||||
</address>
|
</address>
|
||||||
|
|||||||
Reference in New Issue
Block a user