This commit is contained in:
Ross
2021-08-03 18:16:13 +01:00
parent 50b3d115c1
commit 179045c3fa
5 changed files with 10 additions and 1 deletions
+2
View File
@@ -23,10 +23,12 @@
</div>
<div>
<table>
<thead class="thead-dark">
<tr>
<th>Candidate ID</th>
<th>Score</th>
</tr>
</thead>
{% for user, value in user_answers_marks.items %}
<tr>
<td><a href="{% url 'cid_scores' user %}">{{user}}</a></td>