Merge remote-tracking branch 'origin/html-gruppe' into html-gruppe
This commit is contained in:
@ -27,7 +27,7 @@
|
|||||||
<main th:fragment="bodycontent">
|
<main th:fragment="bodycontent">
|
||||||
<h1>Gruppenerstellung</h1>
|
<h1>Gruppenerstellung</h1>
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<form method="post" action="/">
|
<form method="post" action="/gruppen2/createGroup">
|
||||||
<div style="border: 10px solid aliceblue; background: aliceblue">
|
<div style="border: 10px solid aliceblue; background: aliceblue">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="titel">Name der Gruppe</label>
|
<label for="titel">Name der Gruppe</label>
|
||||||
@ -40,7 +40,7 @@
|
|||||||
</textarea>
|
</textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
<button type="submit">Erstellen</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user