1

Refactoring

This commit is contained in:
XXNitram
2020-03-25 13:36:47 +01:00
parent f4935b9a33
commit 8e914d8011
3 changed files with 4 additions and 4 deletions

View File

@ -53,8 +53,8 @@
<form method="post" action="/gruppen2/detailsBeitreten">
<button class="btn btn-primary"
style="background: #52a1eb; border-style: none;"
th:href="@{/gruppen2/detailsBeitreten(id=${group.getId()})}"
th:name="id" th:value="${group.id}"
th:href="@{/gruppen2/detailsBeitreten}"
th:name="id" th:value="${group.getId()}"
type="submit">Gruppe beitreten
</button>
</form>