X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/69613efc50946caf8b8bded3416808bb69847d04..a70813d55b9f1fab61b7ec33fbba561ac9505d4a:/prawokultury/contact_forms.py?ds=sidebyside diff --git a/prawokultury/contact_forms.py b/prawokultury/contact_forms.py index 0d87bea..836f21b 100644 --- a/prawokultury/contact_forms.py +++ b/prawokultury/contact_forms.py @@ -189,6 +189,7 @@ class RegisterSpeaker(RegistrationForm): form_tag = 'register-speaker' save_as_tag = '2017-speaker' form_title = _('Open call for presentations') + notify_on_register = False # inherited fields included do they are not translated first_name = forms.CharField(label=_('First name'), max_length=128)