gui: Fix profile

pull/1/head
Lunix-420 2024-11-01 00:59:30 +01:00
parent 98966b8e36
commit 940b9e92bb
2 changed files with 0 additions and 3 deletions

Binary file not shown.

View File

@ -7,7 +7,6 @@
<body>
<div th:replace="~{_header :: header(activePage=${home})}"></div>
<div>
<h2>Profile</h2>
<ul>
<li th:text="${employee.formOfAddress.description}">Form of Address</li>
@ -29,9 +28,7 @@
</ul>
</li>
</ul>
</div>
<div th:replace="~{_footer :: footer}"></div>
</body>
</html>