From 84928ff7493fcb5ed3c57affb7a3003156f4260f Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Fri, 26 Oct 2018 15:53:47 +0200 Subject: [PATCH] update deadline --- 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 7fe13c9..b9c708e 100644 --- a/edumed/contact_forms.py +++ b/edumed/contact_forms.py @@ -120,7 +120,7 @@ class CommissionForm(forms.Form): class OlimpiadaForm(ContactForm): - ends_on = (2018, 11, 1, 0, 5) + ends_on = (2018, 11, 10, 0, 5) disabled_template = 'wtem/disabled_contact_form.html' form_tag = "olimpiada" old_form_tags = ["olimpiada-2016", "olimpiada-2017"] -- 2.20.1