From 2f54b055fca03ac78035f07540753838c1e6a535 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 11 Jul 2017 15:58:42 +0200 Subject: [PATCH] fix registration form --- prawokultury/contact_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.20.1