fix registration form
authorJan Szejko <janek37@gmail.com>
Tue, 11 Jul 2017 13:58:42 +0000 (15:58 +0200)
committerJan Szejko <janek37@gmail.com>
Tue, 11 Jul 2017 13:58:42 +0000 (15:58 +0200)
prawokultury/contact_forms.py

index 9beda3d..013c1f2 100644 (file)
@@ -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):