This commit is contained in:
Ross
2021-09-08 14:16:55 +01:00
parent edd28310da
commit 88fb982dc9
+2 -2
View File
@@ -43,8 +43,8 @@
<thead class="thead-dark">
<tr>
<th>Candidate</th>
<th><a href="{% url 'rapids:exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th>
<th>{{cid}}</th>
{% for cid in cids %}
<th><a href="{% url 'longs:exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th>
{% endfor %}
</tr>