This commit is contained in:
Ross
2021-12-18 17:52:36 +00:00
parent 2a3b8b06df
commit 044c7dd512
4 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
</tr>
{% for user, value in user_answers_marks.items %}
<tr>
{% comment %} <td><a href="{% url 'cid_scores' user %}">{{user}}</a></td> {% endcomment %}
<td><a href="{% url 'cid_scores_admin' user %}">{{user}}</a></td>
<td>{{user}}</td>
<td>{{user_scores|get_item:user}}</td>
</tr>