This commit is contained in:
Ross
2021-12-18 17:57:41 +00:00
parent 044c7dd512
commit 0af559e71c
+2 -1
View File
@@ -47,7 +47,8 @@
<tr> <tr>
<th>Candidate</th> <th>Candidate</th>
{% for cid in cids %} {% for cid in cids %}
<th><a href="{% url 'rapids:exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th> <!-- <th><a href="{% url 'rapids:exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th> -->
<th><a href="">{{cid}}</a></th>
{% endfor %} {% endfor %}
</tr> </tr>