Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShyftXero committed Dec 26, 2023
1 parent 18134cb commit f992195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/scoreboard/hud.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h2>Purchased Hints:</h2>
<h2>Solved Challenges:</h2>
<h5>There may still be some flags in the challenge if it's showing as incomplete.</h5>
<div class="challenge_grid">
{% for chall in unsolved_challs %}
{% for chall in solved_challs %}
<div class="card">
<a href="/chall/{{chall.uuid}}" class="href">
<h3>"{{ chall.title }}"</h3>
Expand Down

0 comments on commit f992195

Please sign in to comment.