This commit is contained in:
Ross
2021-12-18 19:08:03 +00:00
parent 4d296a7f32
commit 2ac0ebe6e9
+2 -2
View File
@@ -69,8 +69,8 @@
{% endfor %}
<tr>
<td>Score:</td>
{% for score in user_scores_list %}
<td>{{score}}</td>
{% for cid in cids %}
<td>{{user_scores|get_item:cid}}</td>
{% endfor %}
</tr>
</table>