Add subevent to bulk voucher form

This commit is contained in:
Raphael Michel
2017-11-15 14:53:46 +01:00
parent e7f38abd77
commit d94faae5af

View File

@@ -64,6 +64,9 @@
</div>
</div>
</div>
{% if form.subevent %}
{% bootstrap_field form.subevent layout="control" %}
{% endif %}
{% bootstrap_field form.tag layout="control" %}
{% bootstrap_field form.comment layout="control" %}
</fieldset>