mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-10 13:07:37 +00:00
porting bootstrap 4
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
extends ../layout
|
||||
|
||||
block content
|
||||
.col-sm-8.col-sm-offset-2
|
||||
.col-sm-8.offset-sm-2
|
||||
form(method='POST')
|
||||
legend Reset Password
|
||||
hr
|
||||
input(type='hidden', name='_csrf', value=_csrf)
|
||||
.form-group
|
||||
label(for='password') New Password
|
||||
label.col-form-label.font-weight-bold(for='password') New Password
|
||||
input.form-control(type='password', name='password', id='password', placeholder='New password', autofocus, required)
|
||||
.form-group
|
||||
label(for='confirm') Confirm Password
|
||||
label.col-form-label.font-weight-bold(for='confirm') Confirm Password
|
||||
input.form-control(type='password', name='confirm', id='confirm', placeholder='Confirm password', required)
|
||||
.form-group
|
||||
button.btn.btn-primary.btn-reset(type='submit')
|
||||
|
||||
Reference in New Issue
Block a user