diff --git a/ref-test/app/quiz/templates/quiz/start_quiz.html b/ref-test/app/quiz/templates/quiz/start_quiz.html index b43516a..5787844 100644 --- a/ref-test/app/quiz/templates/quiz/start_quiz.html +++ b/ref-test/app/quiz/templates/quiz/start_quiz.html @@ -25,6 +25,10 @@
{{ form.club(class_="form-control", placeholder="Enter Affiliated Club") }} {{ form.club.label }} +

+ Please ensure the spelling is consistent. + The field will prompt you with suggested matches. +

{{ form.test_code(class_="form-control test-code-input", placeholder="Enter Exam Code") }}