From 6e7a32ef2ae84af2baac4fe3c6962a44d36a8a93 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Tue, 22 Aug 2023 09:11:14 +0200 Subject: [PATCH] Vouchers: improve batch-select UI --- .../templates/pretixcontrol/vouchers/index.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/vouchers/index.html b/src/pretix/control/templates/pretixcontrol/vouchers/index.html index 94d80c278..8a852a6fd 100644 --- a/src/pretix/control/templates/pretixcontrol/vouchers/index.html +++ b/src/pretix/control/templates/pretixcontrol/vouchers/index.html @@ -96,7 +96,9 @@ {% if "can_change_vouchers" in request.eventpermset %} - + {% endif %} @@ -139,7 +141,9 @@ {% if "can_change_vouchers" in request.eventpermset %} - + {% endif %} @@ -194,9 +198,12 @@ {% if "can_change_vouchers" in request.eventpermset %} - +
+ +
{% endif %} {% include "pretixcontrol/pagination.html" %}