mirror of
https://github.com/pretix/pretix.git
synced 2026-08-07 10:17: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
2f4fc10575
commit
3e92d509fd
@@ -100,7 +100,7 @@ class WaitingListEntryEditForm(I18nModelForm):
|
||||
f'<strike class="text-muted">{escape(item)}</strike>')))
|
||||
|
||||
self.fields['itemvar'].label = _("Product")
|
||||
self.fields['itemvar'].help_text = _("Only includes Products with an enabled waiting list.")
|
||||
self.fields['itemvar'].help_text = _("Only includes products which have the waiting list enabled.")
|
||||
self.fields['itemvar'].required = True
|
||||
self.fields['itemvar'].widget = Select2ItemVarQuota(
|
||||
attrs={
|
||||
|
||||
Reference in New Issue
Block a user