Spelling consistency advice

This commit is contained in:
Vivek Santayana 2023-02-03 17:02:16 +00:00
parent 95cea46a8f
commit eb69979f59

View File

@ -25,6 +25,10 @@
<div class="form-label-group"> <div class="form-label-group">
{{ form.club(class_="form-control", placeholder="Enter Affiliated Club") }} {{ form.club(class_="form-control", placeholder="Enter Affiliated Club") }}
{{ form.club.label }} {{ form.club.label }}
<p>
Please ensure the spelling is consistent.
The field will prompt you with suggested matches.
</p>
</div> </div>
<div class="form-label-group"> <div class="form-label-group">
{{ form.test_code(class_="form-control test-code-input", placeholder="Enter Exam Code") }} {{ form.test_code(class_="form-control test-code-input", placeholder="Enter Exam Code") }}