Commit eb8106f7 by Bogdan Andjelkovic

lista korisnika - front izmena

parent 0797f0d8
...@@ -113,8 +113,7 @@ ...@@ -113,8 +113,7 @@
</div> </div>
<div class="col-md-2 d-flex flex-column justify-content-around align-items-center"> <div class="col-md-2 d-flex flex-column justify-content-around align-items-center">
<form method="POST" <form method="POST"
th:action="@{/delete-user/{id}(id=${korisnik.getKorisnikId()})}" th:action="@{/delete-user/{id}(id=${korisnik.getKorisnikId()})}">
th:if="${korisnik.isEnabled()==true}">
<button type="submit" class="btn btn-danger">Obrisi korisnika</button> <button type="submit" class="btn btn-danger">Obrisi korisnika</button>
</form> </form>
<form method="POST" <form method="POST"
......
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