forked from CGM_Public/pretix_original
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'))
|
('overdue', _('pending with payment overdue'))
|
||||||
)
|
)
|
||||||
self.fields['sendto'] = forms.MultipleChoiceField(
|
self.fields['sendto'] = forms.MultipleChoiceField(
|
||||||
label=_("Send to"), widget=forms.CheckboxSelectMultiple,
|
label=_("Send to customers with order status"),
|
||||||
|
widget=forms.CheckboxSelectMultiple,
|
||||||
choices=choices
|
choices=choices
|
||||||
)
|
)
|
||||||
if event.has_subevents:
|
if event.has_subevents:
|
||||||
|
|||||||
Reference in New Issue
Block a user