.
This commit is contained in:
@@ -6,11 +6,12 @@
|
||||
<div class="anatomy">
|
||||
<h1>Exam: {{ exam.name }}</h1>
|
||||
|
||||
{{cid_user_count}} users.
|
||||
<p>{{cid_user_count}} users.</p>
|
||||
|
||||
|
||||
<ol>
|
||||
{% for cid in cid_users %}
|
||||
<li>{{cid}}</li>
|
||||
<li>{{cid.cid}} [{{cid.passcode}}</li>
|
||||
|
||||
{% endfor %}
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user