This commit is contained in:
Ross
2021-12-23 22:43:27 +00:00
parent bdb5e19298
commit c6cf8a568e
6 changed files with 15 additions and 10 deletions
+1 -2
View File
@@ -47,8 +47,7 @@
<tr>
<th>Candidate</th>
{% for cid in cids %}
{% comment %} <th><a href="{% url 'rapids:exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th> {% endcomment %}
<th><a href="">{{cid}}</a></th>
<th><a href="{% url 'rapids:exam_scores_cid_user' exam.pk cid 'None' %}">{{cid}}</a></th>
{% endfor %}
</tr>