diff --git a/src/pretix/control/templates/pretixcontrol/vouchers/detail.html b/src/pretix/control/templates/pretixcontrol/vouchers/detail.html index 7ff30fd983..34e9438880 100644 --- a/src/pretix/control/templates/pretixcontrol/vouchers/detail.html +++ b/src/pretix/control/templates/pretixcontrol/vouchers/detail.html @@ -39,17 +39,15 @@ {% trans "Voucher details" %} {% bootstrap_field form.code layout="control" %} {% if voucher.pk %} - {% if not request.event.has_subevents or voucher.subevent %} -
- -
- -
+
+ +
+
- {% endif %} +
{% endif %} {% bootstrap_field form.max_usages layout="control" %} {% bootstrap_field form.valid_until layout="control" %}