added details view

This commit is contained in:
Jottyfan
2024-12-13 19:17:27 +01:00
parent 6feecb06c3
commit 5d61ae6013
5 changed files with 22 additions and 3 deletions

View File

@ -18,7 +18,7 @@
<div class="col-sm-9">
<span th:if="${#fields.hasErrors('forename')}" th:errors="*{forename}" class="text-danger"></span> <input type="text" th:field="*{forename}" class="form-control" />
</div>
<div class="col-sm-3">Surname</div>
<div class="col-sm-3">Nachname</div>
<div class="col-sm-9">
<span th:if="${#fields.hasErrors('surname')}" th:errors="*{surname}" class="text-danger"></span> <input type="text" th:field="*{surname}" class="form-control" />
</div>