From 71274e7883a293e90142f47c8c3f509a37932fbf Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Mon, 8 Oct 2018 13:12:02 +0200 Subject: [PATCH] update remind me --- prawokultury/contact_forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prawokultury/contact_forms.py b/prawokultury/contact_forms.py index ebec6ed..a65f877 100644 --- a/prawokultury/contact_forms.py +++ b/prawokultury/contact_forms.py @@ -267,8 +267,8 @@ class RegisterSpeaker(RegistrationForm): class RemindForm(ContactForm): form_tag = 'remind-me' - save_as_tag = 'remind-me-2018' - form_title = u'CopyCamp 2018' + save_as_tag = 'remind-me-2019' + form_title = u'CopyCamp 2019' notify_on_register = False notify_user = False -- 2.20.1