update fnpdjango
[prawokultury.git] / prawokultury / contact_forms.py
index 836f21b..0a2cec0 100644 (file)
@@ -191,7 +191,7 @@ class RegisterSpeaker(RegistrationForm):
     form_title = _('Open call for presentations')
     notify_on_register = False
 
     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'),
     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'),
@@ -269,6 +269,14 @@ class RegisterSpeaker(RegistrationForm):
         ]
 
 
         ]
 
 
+class RemindForm(ContactForm):
+    form_tag = 'remind-me'
+    save_as_tag = 'remind-me-2017'
+    form_title = u'CopyCamp 2017'
+    notify_on_register = False
+    notify_user = False
+
+
 class NextForm(ContactForm):
     form_tag = '/next'
     form_title = _('Next CopyCamp')
 class NextForm(ContactForm):
     form_tag = '/next'
     form_title = _('Next CopyCamp')