client side cleanup

This commit is contained in:
Jörn-Michael Miehe 2018-12-16 03:23:07 +01:00
parent 2900d797d0
commit b40592e6d9

View file

@ -31,7 +31,7 @@ html
input.form-control(name="password" type="password" required) input.form-control(name="password" type="password" required)
div.form-group 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 div.col-md-3
h3 Register h3 Register
@ -47,4 +47,4 @@ html
label(for="confirm") Confirm password: label(for="confirm") Confirm password:
input.form-control(name="confirm" type="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