Add academy email to message

This commit is contained in:
Ross
2023-01-09 14:03:59 +00:00
parent 8c8f305f33
commit 822c6c65c0
2 changed files with 8 additions and 5 deletions
+6 -5
View File
@@ -3,16 +3,17 @@
{% block content %}
<div class="">
<h2>Exam / Results checker</h2>
<p>Please enter your CID and passcode</p>
<p>Please enter your CID (Candidate ID) and passcode</p>
<p>CID: <input type="text" name="cid" id="cid-box" autofocus></p>
<p>Passcode: <input id="passcode-box" type="text" value="Passcode"></p>
<button id="cid-selector-go-button">Go...</button>
<p>Passcode: <input id="passcode-box" type="text"></p>
<button id="cid-selector-go-button">Login</button>
</div>
<details>
<summary>What is my CID?</summary>
If you do not have you CID details please the email you signed up with here.
<p>Users are allocated a unique CID (and passcode) to track responses. These are unique to the user.</p>
If you do not have your CID details you can request them by entering the email you signed up with below.
<form>
<input type="text" name="email" id="email-box">
<input type="text" name="email" id="email-box"><br/>
<button id="email-cid-details-button" hx-post="request_cid_details/" hx-swap="outerHTML">Email details</button>
</form>
</details>