This commit is contained in:
Ross
2022-04-26 21:53:58 +01:00
parent b82f2d6b89
commit 4afbe0a1a9
+4
View File
@@ -1,4 +1,5 @@
{% if cid_users %}
<p>{{cid_user_count}} candidates.</p>
<ol>
@@ -14,6 +15,9 @@
{% endfor %}
</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>