Allow to set event_list_type on event level

This commit is contained in:
Raphael Michel
2020-04-27 18:06:37 +02:00
parent 4ec24fc884
commit 88a235da30
4 changed files with 22 additions and 1 deletions

View File

@@ -141,6 +141,9 @@
{% if sform.frontpage_subevent_ordering %}
{% bootstrap_field sform.frontpage_subevent_ordering layout="control" %}
{% endif %}
{% if sform.event_list_type %}
{% bootstrap_field sform.event_list_type layout="control" %}
{% endif %}
</fieldset>
<fieldset>
<legend>{% trans "Cart" %}</legend>