clubs: tests for adding mailings

This commit is contained in:
2019-05-09 18:06:11 +02:00
parent d1fb9cc4c3
commit 654099067e
5 changed files with 120 additions and 6 deletions

View File

@ -143,8 +143,6 @@ class MailingForm(forms.Form):
if cleaned_data["action"] == self.ACTION_NEW_MAILING:
self.check_required(cleaned_data, "mailing_email")
# self.check_required(cleaned_data, "mailing_club")
# self.check_required(cleaned_data, "mailing_moderator")
if cleaned_data["action"] == self.ACTION_NEW_SUBSCRIPTION:
self.check_required(cleaned_data, "subscription_mailing")