fix(platform): address round 2 review findings

This commit is contained in:
sechmachine
2026-08-15 03:13:12 +07:00
parent 98688dec7e
commit 06dba4fb13
11 changed files with 329 additions and 13 deletions
@@ -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>