X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/566ee7cbbf5ad86cc0fe154a4c592c522d97ead2..c6d69afb72785ca148ca4a38cba5ba2b83d71c43:/edumed/contact_forms.py diff --git a/edumed/contact_forms.py b/edumed/contact_forms.py index bd72597..764c433 100644 --- a/edumed/contact_forms.py +++ b/edumed/contact_forms.py @@ -95,7 +95,7 @@ class CommissionForm(forms.Form): class OlimpiadaForm(ContactForm): - ends_on = (2018, 11, 17, 0, 5) + ends_on = (2018, 11, 14, 0, 5) disabled_template = 'wtem/disabled_contact_form.html' form_tag = "olimpiada" old_form_tags = ["olimpiada-2016"]