mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Sendmail plugins: Fix issues around history of checkin-filtered emails
This commit is contained in:
@@ -112,7 +112,6 @@ class MailForm(forms.Form):
|
||||
'organizer': event.organizer.slug,
|
||||
}),
|
||||
'data-placeholder': _('Send to customers checked in on list'),
|
||||
'data-inverse-dependency': '#id_not_checked_in'
|
||||
}
|
||||
)
|
||||
self.fields['checkin_lists'].widget.choices = self.fields['checkin_lists'].choices
|
||||
|
||||
Reference in New Issue
Block a user