From 70d6cb425546104d94e96565811cae05d9633df6 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 1 Sep 2016 21:58:17 +0200 Subject: [PATCH] Fix #222 -- Link the related order(s) in a used voucher --- .../control/templates/pretixcontrol/vouchers/detail.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pretix/control/templates/pretixcontrol/vouchers/detail.html b/src/pretix/control/templates/pretixcontrol/vouchers/detail.html index 3a5367eb5..5428ca8bd 100644 --- a/src/pretix/control/templates/pretixcontrol/vouchers/detail.html +++ b/src/pretix/control/templates/pretixcontrol/vouchers/detail.html @@ -8,6 +8,13 @@ {% if voucher.redeemed %}
{% trans "This voucher already has been used. It is not recommended to modify it." %} +
{% endif %}