From 65fd865b4b703efef2c8c8c27f794e7281b13a85 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 20:20:11 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_headers.html | 2 +- generic/templates/generic/exam_cids_edit.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/atlas/templates/atlas/collection_headers.html b/atlas/templates/atlas/collection_headers.html index 26349bba..119c234d 100644 --- a/atlas/templates/atlas/collection_headers.html +++ b/atlas/templates/atlas/collection_headers.html @@ -1,6 +1,6 @@ {% if request.user.is_authenticated %} - Collection: {{collection.name}}-> Overview / +
Collection: {{collection.name}}-> Overview / Mark / Scores / Candidates diff --git a/generic/templates/generic/exam_cids_edit.html b/generic/templates/generic/exam_cids_edit.html index f08e4a63..d7b90a49 100644 --- a/generic/templates/generic/exam_cids_edit.html +++ b/generic/templates/generic/exam_cids_edit.html @@ -1,6 +1,7 @@

CID Users

+ {% if groups %} Users from the following groups are available: {% for group in groups %}{{group}}{% endfor %} .
    {% for cid in current_cid_users %} @@ -18,6 +19,9 @@ {% endfor %}
+ {% else %} + This exam is not associated with any user groups. Edit and add a group to enable user management. + {% endif %} Manage CIDs here