Merge remote-tracking branch 'origin/html-gruppe' into html-gruppe
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user