From ad58490dd0de4d8112b2ee373e1f6fe1eb253ec3 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Fri, 28 Oct 2022 01:21:58 -0500 Subject: [PATCH] call the leaderboard, not LEADERBOARDS and also do it correctly --- files/templates/leaderboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html index 309f40a32..89062a4cc 100644 --- a/files/templates/leaderboard.html +++ b/files/templates/leaderboard.html @@ -9,7 +9,7 @@

 
{% for lb in LEADERBOARDS %} - {% if lbs[2] %} + {% if lb[2] %} {{lb[1]}}{% if lb[3] %} •{% endif %} {% endif %} {% endfor %}