From 696b09a80ea8d02f0a9894215f449d70f1c91f73 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Mon, 8 May 2017 12:53:40 +0200 Subject: [PATCH] disable cybernaut form --- edumed/contact_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edumed/contact_forms.py b/edumed/contact_forms.py index b3b562b..f19d591 100644 --- a/edumed/contact_forms.py +++ b/edumed/contact_forms.py @@ -470,7 +470,7 @@ def textarea_field(label, max_length=500): class CybernauciForm(ContactForm): - disabled = False + disabled = True disabled_template = 'contact/disabled_contact_form.html' form_tag = 'trenerzy-cybernauci2017' form_title = u"Cybernauci – szkolenie dla trenerów" -- 2.20.1