fix(platform): address round 2 review findings
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<fieldset>
|
||||
<legend>Intern details</legend>
|
||||
<label>Student code <input th:field="*{studentCode}" autocomplete="off"></label>
|
||||
<p th:if="${#fields.hasErrors('studentCode')}" th:errors="*{studentCode}" role="alert"></p>
|
||||
<label>Internship start <input th:field="*{internshipStart}" type="date"></label>
|
||||
<label>Internship end <input th:field="*{internshipEnd}" type="date"></label>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user