From 4ed7f00634e91c901e1134a74c25e9140b693a10 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Fri, 17 Apr 2026 11:48:48 +0200 Subject: [PATCH] Fix indentation --- .../organizers/reusable_medium.html | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/organizers/reusable_medium.html b/src/pretix/control/templates/pretixcontrol/organizers/reusable_medium.html index 806758365d..4cac9db0ac 100644 --- a/src/pretix/control/templates/pretixcontrol/organizers/reusable_medium.html +++ b/src/pretix/control/templates/pretixcontrol/organizers/reusable_medium.html @@ -53,34 +53,34 @@
{% if medium.customer %} - - {% if "organizer.customers:read" in request.orgapermset %} - + + {% if "organizer.customers:read" in request.orgapermset %} + + {{ medium.customer }} + + {% else %} {{ medium.customer }} - - {% else %} - {{ medium.customer }} - {% endif %} - + {% endif %} + {% endif %} {% for op in medium.linked_orderpositions.all %} - - - {{ op.order.code }}-{{ op.positionid }} - + + + {{ op.order.code }}-{{ op.positionid }} + {% endfor %} {% if medium.linked_giftcard %} - - {% if "organizer.giftcards:read" in request.orgapermset %} - - {{ medium.linked_giftcard.secret }} - - {% else %} - {{ medium.linked_giftcard.secret|slice:":3" }}… - {% endif %} - + + {% if "organizer.giftcards:read" in request.orgapermset %} + + {{ medium.linked_giftcard.secret }} + + {% else %} + {{ medium.linked_giftcard.secret|slice:":3" }}… + {% endif %} + {% endif %}
{% if medium.notes %}