This commit is contained in:
Ross
2021-09-08 14:19:14 +01:00
parent 88fb982dc9
commit a5ac0d3734
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
<tr>
<th>Candidate</th>
{% for cid in cids %}
<th><a href="{% url 'longs: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>
{% endfor %}
</tr>