From 7dff5001b0cfbf5c63b5bdd84b095d8b8111e662 Mon Sep 17 00:00:00 2001 From: Ben Hagan Date: Tue, 31 Oct 2017 03:41:45 -0500 Subject: [PATCH] Fix #641 -- Show buttons on 'c' or 'r' orders (#658) Changes template to show "View order as user" and "View email history" buttons on orders in refunded or cancelled status in control backend. --- .../templates/pretixcontrol/order/index.html | 62 +++++++++---------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index efbceb1e7d..4aeda09d21 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -18,40 +18,38 @@ {% include "pretixcontrol/orders/fragment_order_status.html" with order=order class="pull-right" %} {% if 'can_change_orders' in request.eventpermset %} - {% if order.status == 'n' or order.status == 'p' or order.status == 'e' %} -
- {% csrf_token %} -