bugfix
This commit is contained in:
parent
562d252abf
commit
4159a8a031
@ -11,11 +11,11 @@ block content
|
|||||||
form(action='/login', method='POST')
|
form(action='/login', method='POST')
|
||||||
.form-group
|
.form-group
|
||||||
label(for='inputUser') Benutzername
|
label(for='inputUser') Benutzername
|
||||||
input#inputUser.form-control(type='user' placeholder='Benutzername eingeben' required='' autofocus='')
|
input#login-user.form-control(type='text' name='user' placeholder='Benutzername eingeben' required='' autofocus='')
|
||||||
small.form-text.text-muted Der Benutzer wird Ihnen von der Administration mitgeteilt.
|
small.form-text.text-muted Der Benutzer wird Ihnen von der Administration mitgeteilt.
|
||||||
.form-group
|
.form-group
|
||||||
label(for='inputPassword') Passwort
|
label(for='inputPassword') Passwort
|
||||||
input#inputPassword.form-control(type='password' placeholder='Passwort' required='')
|
input#login-password.form-control(type='password' name='password' placeholder='Passwort' required='')
|
||||||
.form-check
|
.form-check
|
||||||
input#loginCheck1.form-check-input(type='checkbox')
|
input#loginCheck1.form-check-input(type='checkbox')
|
||||||
label.form-check-label(for='loginCheck1') angemeldet bleiben
|
label.form-check-label(for='loginCheck1') angemeldet bleiben
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user