This commit is contained in:
Ross
2021-12-11 21:59:40 +00:00
parent cac20b817b
commit 89985846d9
+4 -4
View File
@@ -2,11 +2,11 @@
{% block content %} {% block content %}
<h2>{{exam.name}}</h2> <h2>Start exam: {{exam.name}}</h2>
Enter your CID in the below box.<br /> Enter your CID and passcode in the below boxes.<br />
<input id="cid-box" type="text" value="Candidate ID"> <input id="cid-box" type="text" value="Candidate ID"><br/>
<input id="passcode-box" type="text" value="Passcode"> <input id="passcode-box" type="text" value="Passcode"><br/>
<button>Start exam</button> <button>Start exam</button>