From 3a4fc69db1a57a56cb013f62a73c34e1cd11e120 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 10 Sep 2019 11:34:52 +0200 Subject: [PATCH] Add link to ticket page to order page in backend --- .../control/templates/pretixcontrol/order/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index 79061f9e8b..64e40e08bf 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -294,8 +294,15 @@ {% endif %} + {% if not line.addon_to %} + + + {% trans "Ticket page" %} + + {% endif %} {% eventsignal event "pretix.control.signals.order_position_buttons" order=order position=line request=request %} {% endif %}