From fc967ed735e7a77405c30ed59aea2a300338cada Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Wed, 21 Sep 2016 13:38:15 +0200 Subject: [PATCH] Consistent icon use for vouchers (#246) --- src/pretix/control/templates/pretixcontrol/order/index.html | 2 +- .../presale/templates/pretixpresale/event/fragment_cart.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index f961747700..bd5f75fdab 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -172,7 +172,7 @@ – {{ line.variation }} {% endif %} {% if line.voucher %} -
{% trans "Voucher code used:" %} +
{% trans "Voucher code used:" %} {{ line.voucher.code }} diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html index 0f185fa1ae..4f05b0d164 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html @@ -8,7 +8,7 @@ – {{ line.variation }} {% endif %} {% if line.voucher %} -
{% trans "Voucher code used:" %} {{ line.voucher.code }} +
{% trans "Voucher code used:" %} {{ line.voucher.code }} {% endif %} {% if line.has_questions %}