From 13a23eee125cf7749f758af48ab55344dced2e60 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 22 Dec 2025 11:14:00 +0000 Subject: [PATCH] Refactor CID candidate list for improved readability and maintainability --- generic/templates/generic/exam_cids.html | 38 ++++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) 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 %}