This commit is contained in:
Ross
2021-12-19 18:10:43 +00:00
parent 20af929970
commit fc7dbfb603
4 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
<tr>
<th>Candidate</th>
{% for cid in cids %}
<th><a href="{% url 'sbas:exam_scores_cid_user' exam.pk cid cid_passcodes|get_item:cid %}">{{cid}}</a></th>
<th><a href="{% url 'sbas:exam_scores_cid_user' exam.pk cid 'None' %}">{{cid}}</a></th>
{% comment %} <th><a href="">{{cid}}</a></th> {% endcomment %}
{% endfor %}