Model field

This commit is contained in:
Raphael Michel
2018-08-14 10:46:32 +02:00
parent 0cbacbb959
commit f52447ff58
4 changed files with 29 additions and 0 deletions
@@ -41,6 +41,7 @@
<fieldset>
<legend>{% trans "Additional settings" %}</legend>
{% bootstrap_field form.original_price addon_after=request.event.currency layout="control" %}
{% bootstrap_field form.require_approval layout="control" %}
{% for f in plugin_forms %}
{% bootstrap_form f layout="control" %}
{% endfor %}