Skip to content

Commit

Permalink
fixup! add no marks reasons as options if available
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Jun 19, 2024
1 parent 031c763 commit f5ea091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdsourcer/management/commands/ceuk_import_questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,5 +319,5 @@ def handle(self, quiet: bool = False, *args, **kwargs):
)

for col, group in q_groups.items():
if row[col] == "Yes":
if row[col] == "Yes" or row[col] == "Y":
q.questiongroup.add(group)

0 comments on commit f5ea091

Please sign in to comment.