Skip to content

Commit

Permalink
fix scoreboard bug in challenge rending
Browse files Browse the repository at this point in the history
  • Loading branch information
ShyftXero committed Dec 24, 2023
1 parent a03035d commit e38f41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/scoreboard/chall.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</head>
<body>
<div class='container' hx-get="/chall/{{chall.uuid}}" hx-trigger="every 2m" hx-swap="outerHTML">
<a href="/hud/" class="href"><h1>SOTB Challenge HUD</h1></a>
<a href="/hud/" class="href"><h1>SOTB CHALLENGE HUD</h1></a>
<a href="/hud/" class="href"><h2>Back to User HUD</h2></a>
<div class="chall_info card card-body">
<h2>Challenge: {{chall.title}}</h2> {% if team_owned_challenge %}<h2>TEAM OWNED CHALLENGE!!!</h2>{% endif %}
Expand Down

0 comments on commit e38f41a

Please sign in to comment.