Fix bugs
This commit is contained in:
@@ -16,13 +16,21 @@ block content
|
||||
input(name='_csrf', type='hidden', value=csrfToken)
|
||||
+formMessages()
|
||||
.form-group
|
||||
//- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
//- input.form-control(
|
||||
//- type='email',
|
||||
//- name='email',
|
||||
//- required,
|
||||
//- placeholder='email@example.com',
|
||||
//- autofocus="true"
|
||||
//- )
|
||||
input.form-control(
|
||||
type='email',
|
||||
name='email',
|
||||
required,
|
||||
placeholder='email@example.com',
|
||||
autofocus="true"
|
||||
)
|
||||
//- <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
||||
.form-group
|
||||
input.form-control(
|
||||
type='password',
|
||||
@@ -38,8 +46,8 @@ block content
|
||||
span(data-ol-inflight="idle") #{translate("login")}
|
||||
span(hidden data-ol-inflight="pending") #{translate("logging_in")}…
|
||||
a.pull-right(href='/user/password/reset') #{translate("forgot_your_password")}?
|
||||
//- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
//- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
.form-group.text-center(style="padding-top: 10px")
|
||||
a.btn-block.login-btn(href="/oauth/redirect" style='padding-left: 0px')
|
||||
| Log in via OAuth
|
||||
//- <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
||||
//- <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
||||
|
||||
Reference in New Issue
Block a user