Sendmail plugins: Fix issues around history of checkin-filtered emails

This commit is contained in:
Raphael Michel
2019-11-20 18:07:45 +01:00
parent bab27f5ab6
commit 485766e247
2 changed files with 5 additions and 3 deletions

View File

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