mirror of
https://github.com/pretix/pretix.git
synced 2026-08-08 10:27:49 +00:00
Update src/pretix/control/forms/waitinglist.py
Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
co-authored by
Richard Schreiber
parent
125670537b
commit
2f4fc10575
@@ -75,7 +75,7 @@ class WaitingListEntryEditForm(I18nModelForm):
|
||||
else:
|
||||
del self.fields['name_parts']
|
||||
|
||||
if not self.event.settings.waiting_list_names_asked:
|
||||
if not self.event.settings.waiting_list_phones_asked:
|
||||
del self.fields['phone']
|
||||
|
||||
choices = []
|
||||
|
||||
Reference in New Issue
Block a user