diff --git a/generic/templates/generic/exam_cids.html b/generic/templates/generic/exam_cids.html index 93156b85..f4b063d4 100644 --- a/generic/templates/generic/exam_cids.html +++ b/generic/templates/generic/exam_cids.html @@ -21,25 +21,25 @@
    {% for cid in cid_users %} -
  1. -
    - - - {{cid.cid}} - [{{cid.passcode}}] - - -
    -
    {{cid.name}}
    -
    Email: {{cid.email}}
    -
  2. +
  3. +
    + + + {{cid.cid}} + [{{cid.passcode}}] + + +
    +
    {{cid.name}}
    +
    Email: {{cid.email}}
    +
  4. {% endfor %}