From: Jan Szejko <janek37@gmail.com>
Date: Fri, 14 Jul 2017 12:45:22 +0000 (+0200)
Subject: don't notify on participant registration
X-Git-Url: https://git.mdrn.pl/prawokultury.git/commitdiff_plain/0b80908480aca3c512bd6ed9b06561647f3b2a48

don't notify on participant registration
---

diff --git a/prawokultury/contact_forms.py b/prawokultury/contact_forms.py
index 4d6b70a..6a5130f 100644
--- 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']