fnp
/
prawokultury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba0a826
)
don't notify on participant registration
author
Jan Szejko
<janek37@gmail.com>
Fri, 14 Jul 2017 12:45:22 +0000
(14:45 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Fri, 14 Jul 2017 12:45:22 +0000
(14:45 +0200)
prawokultury/contact_forms.py
patch
|
blob
|
history
diff --git
a/prawokultury/contact_forms.py
b/prawokultury/contact_forms.py
index
4d6b70a
..
6a5130f
100644
(file)
--- a/
prawokultury/contact_forms.py
+++ b/
prawokultury/contact_forms.py
@@
-21,6
+21,7
@@
class RegistrationForm(ContactForm):
save_as_tag = '2017'
conference_name = u'CopyCamp 2017'
+ notify_on_register = False
form_title = _('Registration')
admin_list = ['first_name', 'last_name', 'organization']