This commit is contained in:
Ross
2021-12-12 23:11:20 +00:00
parent 42e12896f9
commit dc7794fe6d
+2 -1
View File
@@ -31,7 +31,8 @@
</tr>
{% for user, value in user_answers_marks.items %}
<tr>
<td><a href="{% url 'cid_scores' user %}">{{user}}</a></td>
<!-- <td><a href="{% url 'cid_scores' user %}">{{user}}</a></td> -->
<td>{{user}}</td>
<td>{{user_scores|get_item:user}}</td>
</tr>
{% endfor %}