This commit is contained in:
Ross
2022-04-09 00:32:15 +01:00
parent 7594c2a1bc
commit 3e130864f8
+2 -1
View File
@@ -47,7 +47,8 @@
<tr>
<th>Candidate</th>
{% for cid in cids %}
<th><a href="{% url 'atlas:exam_scores_cid_user' exam.pk cid 'None' %}">{{cid}}</a></th>
<th>{{cid}}</th>
{% comment %} <th><a href="{% url 'atlas:exam_scores_cid_user' exam.pk cid 'None' %}">{{cid}}</a></th> {% endcomment %}
{% comment %} <th><a href="">{{cid}}</a></th> {% endcomment %}
{% endfor %}