.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
<h3>CID Users</h3>
|
||||
{% if groups %}
|
||||
Users from the following groups are available: {% for group in groups %}{{group}}{% endfor %} .
|
||||
<ol>
|
||||
{% for cid in current_cid_users %}
|
||||
@@ -18,6 +19,9 @@
|
||||
|
||||
{% endfor %}
|
||||
</ol>
|
||||
{% else %}
|
||||
This exam is not associated with any user groups. Edit and add a group to enable user management.
|
||||
{% endif %}
|
||||
|
||||
<a href="{% url 'generic:manage_cids' %}">Manage CIDs here</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user