From 27cfe2dd62620e93a206077bade0bf30617a42bd Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 25 Sep 2019 11:32:13 +0200 Subject: [PATCH] Form fix --- prawokultury/contact_forms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/prawokultury/contact_forms.py b/prawokultury/contact_forms.py index 65041f6..061062d 100644 --- a/prawokultury/contact_forms.py +++ b/prawokultury/contact_forms.py @@ -66,7 +66,6 @@ class RegisterSpeaker(RegistrationForm): save_as_tag = '2019-speaker' form_title = _('Open call for presentations') notify_on_register = False - mailing_field = 'agree_mailing' bio = forms.CharField(label=mark_safe_lazy( _('Short biographical note in Polish (max. 500 characters)')), -- 2.20.1