This commit is contained in:
Ross
2020-12-28 23:46:20 +00:00
parent ca5d393408
commit a585419efe
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
{% endfor %}
<tr>
<td>Score:</td>
{% for score in user_scores %}
{% for score in user_scores_list %}
<td>{{score}}</td>
{% endfor %}
<tr>