.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user