add logged in user support

This commit is contained in:
Ross
2022-05-20 20:27:14 +01:00
parent 19e9ca2d22
commit 43eaa02bd2
2 changed files with 17 additions and 9 deletions
+2 -2
View File
@@ -147,8 +147,8 @@
<p>You will have <input type='number' size=2 class='exam-time'></input> minutes.</p>
</div>
<div id="exam-candidate-number" class="dialog-text hidden">
Check your below candidate number is correct.
<input type='number' size=10 id='candidate-number2' disabled></input>
Check your below candidate number / user is correct.
<input type='text' size=10 id='candidate-number2' disabled></input>
</div>
<button class="start-packet-button navigation dialog-yes">Start</button>
</div>