mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Introduce Item.show_quota_left
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
{% bootstrap_field form.original_price addon_after=request.event.currency layout="control" %}
|
||||
{% bootstrap_field form.require_approval layout="control" %}
|
||||
{% bootstrap_field form.generate_tickets layout="control" %}
|
||||
{% bootstrap_field form.show_quota_left layout="control" %}
|
||||
{% for f in plugin_forms %}
|
||||
{% bootstrap_form f layout="control" %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user