Skip to content
Snippets Groups Projects
Commit cd833153 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Formatting (black)

parent e9dfa96e
No related branches found
No related tags found
No related merge requests found
...@@ -130,9 +130,11 @@ def add_public_registrations_table(sender, **kwargs): ...@@ -130,9 +130,11 @@ def add_public_registrations_table(sender, **kwargs):
else [] else []
) )
+ [ + [
public_answers[(pop.pk, pq.pk)].answer (
if public_answers.get((pop.pk, pq.pk)) public_answers[(pop.pk, pq.pk)].answer
else "" if public_answers.get((pop.pk, pq.pk))
else ""
)
for pq in public_questions for pq in public_questions
], ],
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment