This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
IcyNet.eu/views/user/reset_password.pug

23 lines
609 B
Plaintext

extends ../layout.pug
block title
|Icy Network - Reset Password
block body
.container.mt-4.mb-4
h1 Reset your password
p Enter your email below in order to reset your password.
if message.text
if message.error
.alert.alert-danger
span #{message.text}
else
.alert.alert-info
span #{message.text}
if !sent
form#loginForm(method="POST", action=post)
input(type="hidden", name="csrf", value=csrf)
.form-group
label(for="email") Email Address
input.form-control#email(type="email", name="email", autofocus)
button.btn.btn-primary(type="submit") Continue