X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d12ee4e0ec425e7f508c93ad1295a21a67ae1a30..7432d3590281d374db5cbaa826f71bea0c008441:/edumed/contact_forms.py diff --git a/edumed/contact_forms.py b/edumed/contact_forms.py index 7286509..e82afad 100644 --- a/edumed/contact_forms.py +++ b/edumed/contact_forms.py @@ -34,7 +34,8 @@ class ContestForm(ContactForm): nieprzydatne = forms.CharField(label=u'Co w materiałach okazało się nieprzydatne w przygotowaniu i prowadzeniu lekcji?', widget=forms.Textarea, max_length=2000) poprawic = forms.CharField(label=u'Jak możemy poprawić serwis edukacjamedialna.edu.pl?', - widget=forms.Textarea, max_length=2000) + widget=forms.Textarea, max_length=2000, + required=False) inne = forms.CharField(label=u'Inne uwagi i komentarze', widget=forms.Textarea, max_length=2000, required=False)