From 6edf5be82b9e97e3d03f88f50a32b9815ac9688d Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Wed, 9 Nov 2016 11:26:58 +0100 Subject: [PATCH] disabled forms (wlem, olimpiada) --- edumed/contact_forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/edumed/contact_forms.py b/edumed/contact_forms.py index 87fc591..3c222de 100644 --- a/edumed/contact_forms.py +++ b/edumed/contact_forms.py @@ -239,7 +239,7 @@ class CommissionForm(forms.Form): class OlimpiadaForm(ContactForm): - disabled = False + disabled = True disabled_template = 'wtem/disabled_contact_form.html' form_tag = "olimpiada" form_title = u"Olimpiada Cyfrowa - Elektroniczny System Zgłoszeń" @@ -533,6 +533,7 @@ class CybernauciForm(ContactForm): class WLEMForm(ContactForm): + disabled = True form_tag = 'wlem' form_title = u"WLEM - szkolenie dla warszawskich liderów edukacji medialnej" admin_list = ['nazwisko', 'instytucja', 'contact'] -- 2.20.1