Waiting list: Optionally allow multiple entries per email (#3277)

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Raphael Michel
2023-05-02 10:27:56 +02:00
committed by GitHub
parent fa4cdbfe4a
commit 3810dcd5b8
6 changed files with 22 additions and 4 deletions

View File

@@ -542,6 +542,7 @@ class EventSettingsForm(EventSettingsValidationMixin, SettingsForm):
'waiting_list_phones_asked',
'waiting_list_phones_required',
'waiting_list_phones_explanation_text',
'waiting_list_limit_per_user',
'max_items_per_order',
'reservation_time',
'contact_mail',

View File

@@ -361,6 +361,7 @@
{% bootstrap_field sform.waiting_list_names_asked_required layout="control" %}
{% bootstrap_field sform.waiting_list_phones_asked_required layout="control" %}
{% bootstrap_field sform.waiting_list_phones_explanation_text layout="control" %}
{% bootstrap_field sform.waiting_list_limit_per_user layout="control" %}
</fieldset>
<fieldset>
<legend>{% trans "Item metadata" %}</legend>