diff --git a/app/main/views/index.py b/app/main/views/index.py index 2c775dbe4..34cbd3e4c 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -68,6 +68,16 @@ def checksms(): return render_template('check-sms.html') +@main.route("/email-not-received") +def emailnotreceived(): + return render_template('email-not-received.html') + + +@main.route("/text-not-received") +def textnotreceived(): + return render_template('text-not-received.html') + + @main.route("/send-email") def sendemail(): return render_template('send-email.html') @@ -93,6 +103,16 @@ 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') + + @main.route("/user-profile") def userprofile(): return render_template('user-profile.html') @@ -111,3 +131,8 @@ def servicesettings(): @main.route("/api-keys") def apikeys(): return render_template('api-keys.html') + + +@main.route("/verification-not-received") +def verificationnotreceived(): + return render_template('verification-not-received.html') diff --git a/app/templates/email-not-received.html b/app/templates/email-not-received.html new file mode 100644 index 000000000..462fbb961 --- /dev/null +++ b/app/templates/email-not-received.html @@ -0,0 +1,28 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +GOV.UK Notify +{% endblock %} + +{% block content %} + +
Check your email address is correct and resend a confirmation code.
+ +
+
+
+ Your email address must end in .gov.uk
+
If you have forgotten your password, we can send you an email to create a new password.
+ ++ + +
+ + ++ Send email +
+If you've used GOV.UK Notify before, sign in to your account.
+You need to have access to your email account and a mobile phone to register.
+diff --git a/app/templates/signin.html b/app/templates/signin.html index 3d8df9d9d..3d6609010 100644 --- a/app/templates/signin.html +++ b/app/templates/signin.html @@ -19,7 +19,7 @@ Hello world!
- Forgotten password?
+ Forgotten password?
diff --git a/app/templates/text-not-received-2.html b/app/templates/text-not-received-2.html new file mode 100644 index 000000000..c5ffb8e8e --- /dev/null +++ b/app/templates/text-not-received-2.html @@ -0,0 +1,29 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +GOV.UK Notify +{% endblock %} + +{% block content %} + + + +
Check your mobile phone number is correct and resend a confirmation code.
+ ++ + +
+ + + +Check your mobile phone number is correct and resend a confirmation code.
+ ++ + +
+ + + +diff --git a/app/templates/verification-not-received.html b/app/templates/verification-not-received.html new file mode 100644 index 000000000..b21b16850 --- /dev/null +++ b/app/templates/verification-not-received.html @@ -0,0 +1,24 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +GOV.UK Notify +{% endblock %} + +{% block content %} + +
Text messages sometimes take a few minutes to be received.
If you have not received a text message, you can resend.
If you no longer have access to your mobile phone and registered number, get in contact with your service manager to reset your number.
P> + + + +
diff --git a/app/templates/verify.html b/app/templates/verify.html
index 9d407edff..ff462664f 100644
--- a/app/templates/verify.html
+++ b/app/templates/verify.html
@@ -17,13 +17,13 @@ Hello world!
- I haven't received an email
+ I haven't received an email
- I haven't received a text
+ I haven't received a text