1

Merge remote-tracking branch 'origin/html-gruppe' into html-gruppe

This commit is contained in:
kasch309
2020-03-09 16:56:24 +01:00

View File

@ -27,7 +27,7 @@
<main th:fragment="bodycontent">
<h1>Gruppenerstellung</h1>
<div class="container-fluid">
<form method="post" action="/">
<form method="post" action="/gruppen2/createGroup">
<div style="border: 10px solid aliceblue; background: aliceblue">
<div class="form-group">
<label for="titel">Name der Gruppe</label>
@ -40,7 +40,7 @@
</textarea>
</div>
<div class="form-group">
<button type="submit">Erstellen</button>
</div>
</div>
</form>