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 %} {% endfor %}
<tr> <tr>
<td>Score:</td> <td>Score:</td>
{% for score in user_scores_list %} {% for cid in cids %}
<td>{{score}}</td> <td>{{user_scores|get_item:cid}}</td>
{% endfor %} {% endfor %}
</tr> </tr>
</table> </table>