@@ -67,6 +65,11 @@
{% if form.subevent %}
{% bootstrap_field form.subevent layout="control" %}
{% endif %}
+
+
diff --git a/src/pretix/control/templates/pretixcontrol/vouchers/detail.html b/src/pretix/control/templates/pretixcontrol/vouchers/detail.html
index 163054859..09bb678ca 100644
--- a/src/pretix/control/templates/pretixcontrol/vouchers/detail.html
+++ b/src/pretix/control/templates/pretixcontrol/vouchers/detail.html
@@ -39,8 +39,6 @@
{% endif %}
{% bootstrap_field form.max_usages layout="control" %}
{% bootstrap_field form.valid_until layout="control" %}
- {% bootstrap_field form.block_quota layout="control" %}
- {% bootstrap_field form.allow_ignore_quota layout="control" %}