.
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
|
|
||||||
|
{% if cid_users %}
|
||||||
<p>{{cid_user_count}} candidates.</p>
|
<p>{{cid_user_count}} candidates.</p>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
@@ -14,6 +15,9 @@
|
|||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ol>
|
</ol>
|
||||||
|
{% else %}
|
||||||
|
This exam has not candidates. Add some with the below link.
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
<a href="{% url exam.app_name|add:':exam_cids_edit' exam.pk %}">Edit Exam CIDs</a>
|
<a href="{% url exam.app_name|add:':exam_cids_edit' exam.pk %}">Edit Exam CIDs</a>
|
||||||
Reference in New Issue
Block a user