This commit is contained in:
Ross
2021-12-12 12:47:49 +00:00
parent 0e26d641d8
commit 85b3030e38
5 changed files with 34 additions and 25 deletions
+5 -5
View File
@@ -2,11 +2,11 @@
{% block content %}
<h2>Start exam: {{exam.name}}</h2>
<h2>Start exam: {{exam.name}}</h2>
Enter your CID and passcode in the below boxes.<br />
<p><input id="cid-box" type="text" value="Candidate ID"></p>
<p><input id="passcode-box" type="text" value="Passcode"></p>
Enter your CID and passcode in the below boxes.<br />
<p><input id="cid-box" type="text" value="Candidate ID"></p>
<p><input id="passcode-box" type="text" value="Passcode"></p>
<button>Start exam</button>
@@ -32,4 +32,4 @@ Enter your CID and passcode in the below boxes.<br />
});
});
</script>
{% endblock %}
{% endblock %}