From 30338794f52e1d7479e2cdb8196696d4baf5fb48 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 21 Apr 2022 16:35:06 +0100 Subject: [PATCH] . --- generic/templates/generic/exam_cids_edit.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/generic/templates/generic/exam_cids_edit.html b/generic/templates/generic/exam_cids_edit.html index de1452d5..d139ab26 100644 --- a/generic/templates/generic/exam_cids_edit.html +++ b/generic/templates/generic/exam_cids_edit.html @@ -1,21 +1,18 @@ -

Current

+

CID Users

    {% for cid in current_cid_users %}
  1. {{cid.cid}} [{{cid.passcode}}] {{cid.name}} / - Email: {{cid.email}}
  2. {% endfor %} -
-

Available

-
    {% for cid in available_cid_users %}
  1. {{cid.cid}} [{{cid.passcode}}] {{cid.name}} / - Email: {{cid.email}} + Email: {{cid.email}}
  2. {% endfor %} @@ -31,4 +28,10 @@ }); - }) \ No newline at end of file + }) + + \ No newline at end of file