1

improvements

This commit is contained in:
Christoph
2020-04-11 20:19:40 +02:00
parent 3e87fd9ec5
commit 587c897426
6 changed files with 10 additions and 13 deletions

View File

@ -22,7 +22,7 @@
<!--Spacer-->
<span class="col"></span>
<form method="post" th:action="@{/gruppen2/details/{id}/destroy(id=${group.getId()})}">
<form method="post" th:action="@{/gruppen2/details/{id}/edit/destroy(id=${group.getId()})}">
<button class="btn btn-danger btn-bar" type="submit">Gruppe löschen
</button>
</form>