call the leaderboard, not LEADERBOARDS and also do it correctly

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-28 01:21:58 -05:00
parent db587a2501
commit ad58490dd0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<pre class="d-none d-md-inline-block"></pre>
<div id="leaderboard-contents" style="text-align: center; margin-bottom: 1.5rem; font-size: 1.2rem;">
{% for lb in LEADERBOARDS %}
{% if lbs[2] %}
{% if lb[2] %}
<a href="#leaderboard-{{lb[0]}}">{{lb[1]}}</a>{% if lb[3] %} &bull;{% endif %}
{% endif %}
{% endfor %}