From e4c211d181cef7bc54c1888c23a8f2728314ca9b Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Mon, 9 May 2016 10:42:59 +0200 Subject: [PATCH] disable form (cybernauts) --- edumed/contact_forms.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/edumed/contact_forms.py b/edumed/contact_forms.py index bbcecd5..42de0a6 100644 --- a/edumed/contact_forms.py +++ b/edumed/contact_forms.py @@ -375,6 +375,8 @@ class SuperwizjaForm(ContactForm): class CybernauciForm(ContactForm): + disabled = True + disabled_template = 'wtem/disabled_contact_form.html' form_tag = 'trenerzy-cybernauci' form_title = u"Cybernauci – szkolenie dla trenerów" admin_list = ['nazwisko', 'instytucja', 'contact'] -- 2.20.1