From e728855eff9f3c30da3f811793b321e63d33058c Mon Sep 17 00:00:00 2001 From: Jonas Havelka Date: Wed, 4 Aug 2021 16:29:07 +0200 Subject: [PATCH] =?UTF-8?q?revert:=20Nepovinn=C3=A9=20zas=C3=ADl=C3=A1n?= =?UTF-8?q?=C3=AD=20mailem?= 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 3e9ab881..03dc645d 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=False) + zasilat = forms.ChoiceField(label='Kam zasílat čísla a řešení',choices = Resitel.ZASILAT_CHOICES, required=True) 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)