Add academy email to message
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user