From ebc31c901ada06d19a75db9bd714af8f81dbc9f4 Mon Sep 17 00:00:00 2001 From: luelista Date: Thu, 16 Jul 2026 12:11:30 +0200 Subject: [PATCH] Fix sorting in voucher list (Z#23240539) (#6383) --- .../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 %}