1

fix button to leave editmembers

Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
This commit is contained in:
killerber4t
2020-03-19 15:49:53 +01:00
parent 46203e43f8
commit c343b5adbe

View File

@ -100,10 +100,9 @@
</tr>
</tbody>
</table>
<button class="btn btn-primary" style="background: #52a1eb; border-style: none"
type="button">
<a th:href="@{/gruppen2/details(id=${group.getId()})}" style="color: white">Fertig</a>
</button>
<form method="get" th:action="@{/gruppen2/details/{id}(id=${group.getId()})}">
<button class="btn btn-primary" style="background: #52a1eb; border-style: none" type="submit">Fertig</button>
</form>
</div>
</div>
</div>