From 728188f74bfdf8b0e3734f1edea52e8a221143d5 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Tue, 14 Jul 2026 20:23:55 +0200 Subject: [PATCH] Fix sorting in voucher list (Z#23240539) --- .../pretixcontrol/vouchers/index.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/vouchers/index.html b/src/pretix/control/templates/pretixcontrol/vouchers/index.html index de6c018f00..5069641183 100644 --- a/src/pretix/control/templates/pretixcontrol/vouchers/index.html +++ b/src/pretix/control/templates/pretixcontrol/vouchers/index.html @@ -115,34 +115,34 @@ {% endif %} {% trans "Voucher code" %} - - + + {% trans "Redemptions" %} - - + + {% trans "Expiry" %} - - + + {% trans "Tag" %} - - + + {% trans "Product" %} - - + + {% if request.event.has_subevents %} {% trans "Date" context "subevent" %} - - + + {% endif %}