Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
fekoch committed Jan 27, 2025
1 parent a8fbb14 commit b722b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evap/student/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def get_vote_page_form_groups(
request.POST or None,
contribution=contribution,
questionnaire=questionnaire,
# TODO@Felix: make this more readable (this initialises all answers to NO_ANSWER if dropout=True)
initial=(
{
answer_field_id(contribution, questionnaire, question): NO_ANSWER
Expand Down

0 comments on commit b722b2d

Please sign in to comment.