Tidied up form. Removed help text.

This commit is contained in:
Vivek Santayana 2023-02-03 17:08:50 +00:00
parent 850c2b13b7
commit dc1a8fb776

View File

@ -25,10 +25,6 @@
<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") }}