From 53a08d73b8be081bdc6ff5b55208eb1ad336de5d Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 6 Jan 2022 14:11:52 +0000 Subject: [PATCH] . --- templates/exam_cids.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/exam_cids.html b/templates/exam_cids.html index adbd7543..53cfa49c 100644 --- a/templates/exam_cids.html +++ b/templates/exam_cids.html @@ -15,7 +15,8 @@
  • {{cid.cid}} [{{cid.passcode}}] {{cid.name}} / Email: {{cid.email}} / Supervisor email: {{cid.supervisor_email}}
    - {% if cid.login_email_sent %}Login email sent{% endif %} + Internal candidate: {{cid.internal_candidate}} + {% if cid.login_email_sent %} / Login email sent{% endif %} {% if cid.results_email_sent %} / Results email sent{% endif %}