fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
option to skip notifications about new forms
[prawokultury.git]
/
prawokultury
/
contact_forms.py
diff --git
a/prawokultury/contact_forms.py
b/prawokultury/contact_forms.py
index
0d87bea
..
836f21b
100644
(file)
--- 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')
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)
# inherited fields included do they are not translated
first_name = forms.CharField(label=_('First name'), max_length=128)