Model field

This commit is contained in:
Raphael Michel
2018-08-09 17:18:36 +02:00
parent 0cbacbb959
commit f52447ff58
4 changed files with 29 additions and 0 deletions

View File

@@ -321,6 +321,7 @@ class ItemUpdateForm(I18nModelForm):
'available_from',
'available_until',
'require_voucher',
'require_approval',
'hide_without_voucher',
'allow_cancel',
'max_per_order',

View File

@@ -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 %}