This commit is contained in:
Ross
2022-01-07 09:42:55 +00:00
parent 53a08d73b8
commit eadadeba40
3 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
{% for cid in cid_users %}
<li><a href="{% url 'generic:update_cid' cid.pk %}">{{cid.cid}}</a> [{{cid.passcode}}] {{cid.name}} /
Email: {{cid.email}} /
Supervisor email: {{cid.supervisor_email}} <br />
Email: {{cid.email}}
{% if cid.supervisor_email %} / Supervisor email: {{cid.supervisor_email}}{% endif %} <br />
Internal candidate: {{cid.internal_candidate}}
{% if cid.login_email_sent %} / Login email sent{% endif %}
{% if cid.results_email_sent %} / Results email sent{% endif %}