Move new option down a little

This commit is contained in:
Raphael Michel
2019-10-08 17:42:35 +02:00
parent 4fa086bbc5
commit b0510f47b3

View File

@@ -24,7 +24,9 @@
{% bootstrap_field form.subevent layout="control" %}
{% endif %}
{% bootstrap_field form.include_pending layout="control" %}
{% bootstrap_field form.auto_checkin_sales_channels layout="control" %}
</fieldset>
<fieldset>
<legend>{% trans "Products" %}</legend>
<p>
{% blocktrans trimmed %}
@@ -34,6 +36,10 @@
{% bootstrap_field form.all_products layout="control" %}
{% bootstrap_field form.limit_products layout="control" %}
</fieldset>
<fieldset>
<legend>{% trans "Advanced" %}</legend>
{% bootstrap_field form.auto_checkin_sales_channels layout="control" %}
</fieldset>
<div class="form-group submit-group">
<button type="submit" class="btn btn-primary btn-save">
{% trans "Save" %}