From 22758126087a2c167080b44d90604ee823ad385e Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 1 Jun 2016 18:49:52 +0200 Subject: [PATCH] Added "mark as paid" button to control panel --- src/pretix/control/templates/pretixcontrol/order/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index fd38adadc..4ee017aac 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -13,14 +13,16 @@ {% include "pretixcontrol/orders/fragment_order_status.html" with order=order class="pull-right" %} {% if request.eventperm.can_change_orders %} - {% if order.status == 'n' or order.status == 'p' %} + {% if order.status == 'n' or order.status == 'p' or order.status == 'e' %}
{% csrf_token %}