mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Control/Waitlist: Add help_text to waiting_list_limit_per_user (Z#23158537)
This commit is contained in:
@@ -1478,6 +1478,10 @@ DEFAULTS = {
|
|||||||
min_value=1,
|
min_value=1,
|
||||||
required=True,
|
required=True,
|
||||||
widget=forms.NumberInput(),
|
widget=forms.NumberInput(),
|
||||||
|
help_text=_('With an increased limit, a customer may request more than one ticket for a specific product '
|
||||||
|
'using the same, unique email address. However, regardless of this setting, they will need to '
|
||||||
|
'fill the waitlist form multiple times if they want more than one ticket, as every entry only '
|
||||||
|
'grants one single ticket at a time.'),
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
'show_checkin_number_user': {
|
'show_checkin_number_user': {
|
||||||
|
|||||||
Reference in New Issue
Block a user