This commit is contained in:
Ross
2021-12-19 22:44:08 +00:00
parent 7e20be6049
commit da0f9bcf24
@@ -48,8 +48,8 @@
<tr>
<th>Candidate</th>
{% for cid in cids %}
{% comment %} <th><a href="{% url 'anatomy:exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th> {% endcomment %}
<th><a href="">{{cid}}</a></th>
<th><a href="{% url 'anatomy:exam_scores_cid_user' exam.pk cid None %}">{{cid}}</a></th>
{% comment %} <th><a href="">{{cid}}</a></th> {% endcomment %}
{% endfor %}
</tr>