From 48b969f3c315c5898ef1a07e32325d220055fc79 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 31 May 2018 12:55:26 +0200 Subject: [PATCH] Refs #928 -- Show ticket secret in order change form --- src/pretix/control/templates/pretixcontrol/order/change.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pretix/control/templates/pretixcontrol/order/change.html b/src/pretix/control/templates/pretixcontrol/order/change.html index f8bec38330..d56968e52d 100644 --- a/src/pretix/control/templates/pretixcontrol/order/change.html +++ b/src/pretix/control/templates/pretixcontrol/order/change.html @@ -78,6 +78,9 @@ {{ position.custom_error }} {% endif %} +

+ {% trans "Ticket secret:" %} {{ position.secret|slice:":12" }}… +