diff --git a/app/main/views/index.py b/app/main/views/index.py index ee5e2dab1..02f61ff6c 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -101,3 +101,13 @@ def showjob(): @main.route("/jobs/job/notification") def shownotification(): return render_template('notification.html') + + +@main.route("/forgot-password") +def forgotpassword(): + return render_template('forgot-password.html') + + +@main.route("/new-password") +def newpassword(): + return render_template('new-password.html') diff --git a/app/templates/forgot-password.html b/app/templates/forgot-password.html new file mode 100644 index 000000000..e94945d4f --- /dev/null +++ b/app/templates/forgot-password.html @@ -0,0 +1,27 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +GOV.UK Notify +{% endblock %} + +{% block content %} + +
If you have forgotten your password, we can send you an email to create a new password.
+ ++ + +
+ + ++ Send email +
+
- Forgotten password?
+ Forgotten password?