Form UX: Better label in sendmail form

This commit is contained in:
Raphael Michel
2017-10-06 11:23:21 +02:00
parent 4726f5c136
commit 0030064f55

View File

@@ -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: