Nice error messages

This commit is contained in:
Thomas Forgione
2017-09-29 14:42:42 +02:00
parent e8f827e6a7
commit f134b08ecf
2 changed files with 14 additions and 2 deletions

View File

@@ -4,6 +4,9 @@ block content
.row
.col
.col
if passwordForgottenFailed
.alert.alert-danger
| This email does not exist in our database.
form(method="POST", action=getUrl("passwordForgottenTarget"))
.form-group
input.form-control(type="text", name="email", placeholder="Enter your email address", autofocus)