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"> <thead class="thead-dark">
<tr> <tr>
<th>Candidate</th> <th>Candidate</th>
<th><a href="{% url 'rapids:exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th> {% for cid in cids %}
<th>{{cid}}</th> <th><a href="{% url 'longs:exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th>
{% endfor %} {% endfor %}
</tr> </tr>