Skip to content

Commit

Permalink
removed unnecessary else
Browse files Browse the repository at this point in the history
  • Loading branch information
jooooosef committed Jan 6, 2025
1 parent a989a67 commit 360efd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions evap/results/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,7 @@ def evaluation_detail(request, semester_id, evaluation_id):
textanswer_visibility=Contribution.TextAnswerVisibility.GENERAL_TEXTANSWERS,
).exists():
general_textanswers = True
contributor_textanswers = True
else:
contributor_textanswers = True
contributor_textanswers = True

template_data = {
"evaluation": evaluation,
Expand Down

0 comments on commit 360efd1

Please sign in to comment.