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