13 lines
448 B
Plaintext
13 lines
448 B
Plaintext
|
extends ../../../templates/base.pug
|
||
|
|
||
|
block content
|
||
|
.row
|
||
|
.col
|
||
|
.col
|
||
|
form(method="POST", action=getUrl("passwordForgottenTarget"))
|
||
|
.form-group
|
||
|
input.form-control(type="text", name="email", placeholder="Enter your email address", autofocus)
|
||
|
.form-group
|
||
|
input.btn.btn-primary.form-control(type="submit", value="Request a new password")
|
||
|
.col
|