X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/69613efc50946caf8b8bded3416808bb69847d04..f15285d596042a028344c20e45fabe4371f9df69:/prawokultury/contact_forms.py?ds=sidebyside diff --git a/prawokultury/contact_forms.py b/prawokultury/contact_forms.py index 0d87bea..7f55feb 100644 --- a/prawokultury/contact_forms.py +++ b/prawokultury/contact_forms.py @@ -189,8 +189,9 @@ 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 + # inherited fields included so they are not translated first_name = forms.CharField(label=_('First name'), max_length=128) last_name = forms.CharField(label=_('Last name'), max_length=128) organization = forms.CharField(label=_('Organization'),