don't notify on participant registration
authorJan Szejko <janek37@gmail.com>
Fri, 14 Jul 2017 12:45:22 +0000 (14:45 +0200)
committerJan Szejko <janek37@gmail.com>
Fri, 14 Jul 2017 12:45:22 +0000 (14:45 +0200)
prawokultury/contact_forms.py

index 4d6b70a..6a5130f 100644 (file)
@@ -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']