2021-02-26 14:20:13 +00:00
|
|
|
extends layout.pug
|
|
|
|
|
|
|
|
block title
|
|
|
|
| Reset Password
|
|
|
|
|
|
|
|
block content
|
2021-05-01 13:47:22 +00:00
|
|
|
form.ui.form(method="post")
|
|
|
|
.field
|
2021-02-26 14:20:13 +00:00
|
|
|
label(for="email") E-Mail Address
|
|
|
|
input(id="email", name="email")
|
|
|
|
|
2021-05-01 13:47:22 +00:00
|
|
|
button.ui.button.primary(type="submit") Send recovery mail
|