Control/Waitlist: Add help_text to waiting_list_limit_per_user (Z#23158537)

This commit is contained in:
Martin Gross
2024-07-15 13:39:31 +02:00
parent 5c8817f0c3
commit fb7f4d1160

View File

@@ -1478,6 +1478,10 @@ DEFAULTS = {
min_value=1,
required=True,
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': {