fix th:name
This commit is contained in:
@ -69,7 +69,7 @@
|
|||||||
<div class="form-group pt-4">
|
<div class="form-group pt-4">
|
||||||
<form action="/gruppen2/details/members/changeMaximum" method="post">
|
<form action="/gruppen2/details/members/changeMaximum" method="post">
|
||||||
<div class="input-group mb-3" id="userMaximum">
|
<div class="input-group mb-3" id="userMaximum">
|
||||||
<input class="form-control" placeholder="Maximale Teilnehmerzahl ändern..." th:name="userMaximum"
|
<input class="form-control" placeholder="Maximale Teilnehmerzahl ändern..." th:name="maximum"
|
||||||
type="number" min="${group.getMembers().size()}" max="10000">
|
type="number" min="${group.getMembers().size()}" max="10000">
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<button class="btn btn-outline-secondary" style="background: #52a1eb; border-style: none"
|
<button class="btn btn-outline-secondary" style="background: #52a1eb; border-style: none"
|
||||||
|
|||||||
Reference in New Issue
Block a user