From: Jan Szejko Date: Tue, 11 Jul 2017 13:58:42 +0000 (+0200) Subject: fix registration form X-Git-Url: https://git.mdrn.pl/prawokultury.git/commitdiff_plain/2f54b055fca03ac78035f07540753838c1e6a535 fix registration form --- diff --git a/prawokultury/contact_forms.py b/prawokultury/contact_forms.py index 9beda3d..013c1f2 100644 --- a/prawokultury/contact_forms.py +++ b/prawokultury/contact_forms.py @@ -148,7 +148,7 @@ class RegistrationForm(ContactForm): def survey_fields(self): return [self[name] for name in ( - 'times_attended', 'age', 'distance', + 'times_attended', 'age', 'areas', 'areas_other', 'source', 'source_other', 'motivation', 'motivation_other')] def agreement_fields(self):