Removed .row from login form
This commit is contained in:
@ -4,7 +4,6 @@ block content
|
|||||||
form(method='POST')
|
form(method='POST')
|
||||||
legend Sign In
|
legend Sign In
|
||||||
input(type='hidden', name='_csrf', value=token)
|
input(type='hidden', name='_csrf', value=token)
|
||||||
.row
|
|
||||||
.col-sm-8.col-sm-offset-2
|
.col-sm-8.col-sm-offset-2
|
||||||
if secrets.localAuth
|
if secrets.localAuth
|
||||||
.form-group
|
.form-group
|
||||||
|
Reference in New Issue
Block a user