This commit is contained in:
Ross
2021-09-08 10:59:46 +01:00
parent 54d61e4f25
commit a3cd5541b0
+1 -1
View File
@@ -44,7 +44,7 @@
<tr> <tr>
<th>Candidate</th> <th>Candidate</th>
{% for cid in cids %} {% for cid in cids %}
<th><a href="{% url 'exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th> <th><a href="{% url 'longs:exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th>
{% endfor %} {% endfor %}
</tr> </tr>