..
This commit is contained in:
@@ -31,7 +31,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% for user, value in user_answers_marks.items %}
|
{% for user, value in user_answers_marks.items %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{% url 'cid_scores' user %}">{{user}}</a></td>
|
<!-- <td><a href="{% url 'cid_scores' user %}">{{user}}</a></td> -->
|
||||||
|
<td>{{user}}</td>
|
||||||
<td>{{user_scores|get_item:user}}</td>
|
<td>{{user_scores|get_item:user}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user