diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index 952be0d551..c8fa114fea 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -769,10 +769,12 @@
{{ items.total|money:event.currency }} -
- - tax_rounding_mode = {{ order.tax_rounding_mode }} - + {% if django_settings.DEBUG %} +
+ + tax_rounding_mode = {{ order.tax_rounding_mode }} + + {% endif %}