mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Add new check-in list flags to backend
This commit is contained in:
@@ -113,6 +113,8 @@ class CheckinListForm(forms.ModelForm):
|
||||
'gates',
|
||||
'exit_all_at',
|
||||
'addon_match',
|
||||
'consider_tickets_used',
|
||||
'ignore_in_statistics',
|
||||
]
|
||||
widgets = {
|
||||
'limit_products': forms.CheckboxSelectMultiple(attrs={
|
||||
|
||||
@@ -71,6 +71,8 @@
|
||||
{% if form.gates %}
|
||||
{% bootstrap_field form.gates layout="control" %}
|
||||
{% endif %}
|
||||
{% bootstrap_field form.consider_tickets_used layout="control" %}
|
||||
{% bootstrap_field form.ignore_in_statistics layout="control" %}
|
||||
|
||||
<h3>{% trans "Custom check-in rule" %}</h3>
|
||||
<div id="rules-editor" class="form-inline">
|
||||
|
||||
Reference in New Issue
Block a user