mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Move new option down a little
This commit is contained in:
@@ -24,7 +24,9 @@
|
|||||||
{% bootstrap_field form.subevent layout="control" %}
|
{% bootstrap_field form.subevent layout="control" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% bootstrap_field form.include_pending layout="control" %}
|
{% bootstrap_field form.include_pending layout="control" %}
|
||||||
{% bootstrap_field form.auto_checkin_sales_channels layout="control" %}
|
</fieldset>
|
||||||
|
<fieldset>
|
||||||
|
|
||||||
<legend>{% trans "Products" %}</legend>
|
<legend>{% trans "Products" %}</legend>
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
@@ -34,6 +36,10 @@
|
|||||||
{% bootstrap_field form.all_products layout="control" %}
|
{% bootstrap_field form.all_products layout="control" %}
|
||||||
{% bootstrap_field form.limit_products layout="control" %}
|
{% bootstrap_field form.limit_products layout="control" %}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
<fieldset>
|
||||||
|
<legend>{% trans "Advanced" %}</legend>
|
||||||
|
{% bootstrap_field form.auto_checkin_sales_channels layout="control" %}
|
||||||
|
</fieldset>
|
||||||
<div class="form-group submit-group">
|
<div class="form-group submit-group">
|
||||||
<button type="submit" class="btn btn-primary btn-save">
|
<button type="submit" class="btn btn-primary btn-save">
|
||||||
{% trans "Save" %}
|
{% trans "Save" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user