This commit is contained in:
Ross
2021-09-09 12:17:02 +01:00
parent 35d9d45b89
commit db5169bfce
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
<tr>
<td><a href="{% url 'cid_scores' user %}">{{user}}</a></td>
<td>{{user_scores|get_item:user}}</td>
<td>{{value}}</td>
<td>{{user_scores_normalised|get_item:user}}</td>
</tr>
{% endfor %}
</table>