fnp
/
prawokultury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
aebabac
)
fix registration form
author
Jan Szejko
<janek37@gmail.com>
Tue, 11 Jul 2017 13:58:42 +0000
(15:58 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Tue, 11 Jul 2017 13:58:42 +0000
(15:58 +0200)
prawokultury/contact_forms.py
patch
|
blob
|
history
diff --git
a/prawokultury/contact_forms.py
b/prawokultury/contact_forms.py
index
9beda3d
..
013c1f2
100644
(file)
--- 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 (
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):
'areas', 'areas_other', 'source', 'source_other', 'motivation', 'motivation_other')]
def agreement_fields(self):