From eb69979f591fe60b72f46206994d1379ea652c20 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Fri, 3 Feb 2023 17:02:16 +0000 Subject: [PATCH] Spelling consistency advice --- ref-test/app/quiz/templates/quiz/start_quiz.html | 4 ++++ 1 file changed, 4 insertions(+) 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") }}