From 15954fed4a9b49693bffe83c4a66a7acbcd0e096 Mon Sep 17 00:00:00 2001 From: Jonas Havelka Date: Wed, 4 Aug 2021 16:26:52 +0200 Subject: [PATCH] =?UTF-8?q?Nepovinn=C3=A9=20zas=C3=ADl=C3=A1n=C3=AD=20mail?= =?UTF-8?q?em?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seminar/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seminar/forms.py b/seminar/forms.py index 03dc645d..3e9ab881 100644 --- a/seminar/forms.py +++ b/seminar/forms.py @@ -184,7 +184,7 @@ class ProfileEditForm(forms.Form): min_value=date.today().year, max_value=date.today().year+8, required=True) - zasilat = forms.ChoiceField(label='Kam zasílat čísla a řešení',choices = Resitel.ZASILAT_CHOICES, required=True) + zasilat = forms.ChoiceField(label='Kam zasílat čísla a řešení',choices = Resitel.ZASILAT_CHOICES, required=False) zasilat_cislo_emailem = forms.BooleanField(label='Chci dostávat email s upozorněním na vydání nového čísla', required=False) spam = forms.BooleanField(label='Souhlasím se zasíláním materiálů od MFF UK', required=False)