1

add DeleteGoup function

Co-Authored-By: Talha Caliskan <killerber4t@users.noreply.github.com>
This commit is contained in:
tomvahl
2020-03-20 13:45:40 +01:00
parent 33a5f9053b
commit 71ea7eec40
4 changed files with 25 additions and 0 deletions

View File

@ -59,6 +59,12 @@
type="submit">Gruppe verlassen
</button>
</form>
<form action="/gruppen2/deleteGroup" method="post">
<button class="btn btn-danger" style="border-style: none; margin: 5px"
th:name="group_id" th:value="${group.getId()}"
type="submit">Gruppe löschen
</button>
</form>
</div>
</div>
<div class="col-3" style="white-space: nowrap">