diff --git a/src/pretix/control/templates/pretixcontrol/vouchers/bulk.html b/src/pretix/control/templates/pretixcontrol/vouchers/bulk.html index 46dc364137..b3f3bd7bd0 100644 --- a/src/pretix/control/templates/pretixcontrol/vouchers/bulk.html +++ b/src/pretix/control/templates/pretixcontrol/vouchers/bulk.html @@ -64,6 +64,9 @@ + {% if form.subevent %} + {% bootstrap_field form.subevent layout="control" %} + {% endif %} {% bootstrap_field form.tag layout="control" %} {% bootstrap_field form.comment layout="control" %}