Commit e8371de9 by Milovan Samardzic

profil-editHTML

parent 0a842f57
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<p class="fw-bold h4 mt-3"><span th:text="${loggedUser.getKorisnik().getIme()}"></span></p> <p class="fw-bold h4 mt-3"><span th:text="${loggedUser.getKorisnik().getIme()}"></span></p>
<p class="text-muted" th:object="${profileRole}" th:text="${profileRole}"></p> <p class="text-muted" th:object="${profileRole}" th:text="${profileRole}"></p>
<div class="d-flex justify-content-around w-75"> <div class="d-flex justify-content-around w-75">
<button type="button" class="btn btn-secondary m-10" id="fade">Izmeni podatke</button> <a th:href="@{/profile/edit}"><button type="button" class="btn btn-secondary m-10" id="fade" >Izmeni podatke</button></a>
<button type="button" class="btn btn-secondary m-10">Promeni sifru</button> <button type="button" class="btn btn-secondary m-10">Promeni sifru</button>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment