mirror of https://gitlab.crans.org/bde/nk20
Compare commits
3 Commits
b56507a8a8
...
1e4b340c11
Author | SHA1 | Date |
---|---|---|
aeltheos | 1e4b340c11 | |
mcngnt | 8fbaa0bdc8 | |
bleizi | 3c34033bf5 |
|
@ -291,7 +291,7 @@ class WEISurveyAlgorithm2024(WEISurveyAlgorithm):
|
||||||
for survey in surveys:
|
for survey in surveys:
|
||||||
survey.free()
|
survey.free()
|
||||||
if survey.registration.user_id in hardcoded_first_year.keys():
|
if survey.registration.user_id in hardcoded_first_year.keys():
|
||||||
survey.select_bus(hardcoded_first_year[s.registration.user_id])
|
survey.select_bus(hardcoded_first_year[survey.registration.user_id])
|
||||||
survey.save()
|
survey.save()
|
||||||
|
|
||||||
non_men = [s for s in surveys if s.registration.gender != 'male']
|
non_men = [s for s in surveys if s.registration.gender != 'male']
|
||||||
|
|
Loading…
Reference in New Issue