Skip to content

Commit

Permalink
Merge pull request #99 from clopedion/main
Browse files Browse the repository at this point in the history
tweak solution visibility for logged-in users
  • Loading branch information
TheOriginalSoni authored Jan 5, 2025
2 parents fa47ba7 + ddfa040 commit cf61d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions myus/myus/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ def view_puzzle(
or (
hunt.solution_style == Hunt.SolutionStyle.AFTER_SOLVE
and hunt.is_archived()
and team is None
)
):
show_solution = True
Expand Down

0 comments on commit cf61d67

Please sign in to comment.