client side cleanup
This commit is contained in:
parent
2900d797d0
commit
b40592e6d9
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ html
|
|||
input.form-control(name="password" type="password" required)
|
||||
|
||||
div.form-group
|
||||
button.btn.btn-primary.w-100.text-center(type="submit") Login
|
||||
button.btn.btn-primary.w-100(type="submit") Login
|
||||
|
||||
div.col-md-3
|
||||
h3 Register
|
||||
|
@ -47,4 +47,4 @@ html
|
|||
label(for="confirm") Confirm password:
|
||||
input.form-control(name="confirm" type="password")
|
||||
|
||||
button.btn.btn-primary.w-100.text-center(type="submit") Register
|
||||
button.btn.btn-primary.w-100(type="submit") Register
|
||||
|
|
Reference in a new issue