From: Jan Szejko Date: Fri, 26 Oct 2018 13:53:47 +0000 (+0200) Subject: update deadline X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/84928ff7493fcb5ed3c57affb7a3003156f4260f update deadline --- 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"]