mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Form UX: Better label in sendmail form
This commit is contained in:
@@ -39,7 +39,8 @@ class MailForm(forms.Form):
|
||||
('overdue', _('pending with payment overdue'))
|
||||
)
|
||||
self.fields['sendto'] = forms.MultipleChoiceField(
|
||||
label=_("Send to"), widget=forms.CheckboxSelectMultiple,
|
||||
label=_("Send to customers with order status"),
|
||||
widget=forms.CheckboxSelectMultiple,
|
||||
choices=choices
|
||||
)
|
||||
if event.has_subevents:
|
||||
|
||||
Reference in New Issue
Block a user