From b74111f0d80a68db87ee96586ce5860aef054917 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Sat, 29 Oct 2016 12:29:07 +0200 Subject: [PATCH] Show the currency on pending banktransfers (#289) --- .../templates/pretixplugins/banktransfer/pending.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html index 6e7ea21585..2c6624c4cc 100644 --- a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html +++ b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html @@ -7,6 +7,6 @@
{{ details|linebreaksbr }}
- {% trans "Amount:" %} {{ order.total|localize }} {{ request.event.currency }}
+ {% trans "Amount:" %} {{ order.total|localize }} {{ event.currency }}
{% trans "Reference code (important):" %} {{ order.full_code }}