This commit is contained in:
Ross
2021-12-12 23:12:54 +00:00
parent dc7794fe6d
commit e8e6f5d9ac
+3 -2
View File
@@ -31,7 +31,7 @@
</tr>
{% for user, value in user_answers_marks.items %}
<tr>
<!-- <td><a href="{% url 'cid_scores' user %}">{{user}}</a></td> -->
{% comment %} <td><a href="{% url 'cid_scores' user %}">{{user}}</a></td> {% endcomment %}
<td>{{user}}</td>
<td>{{user_scores|get_item:user}}</td>
</tr>
@@ -45,7 +45,8 @@
<tr>
<th>Candidate</th>
{% for cid in cids %}
<th><a href="{% url 'anatomy:exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th>
{% comment %} <th><a href="{% url 'anatomy:exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th> {% endcomment %}
<th>{{cid}}</th>
{% endfor %}
</tr>