From f336eee18b1f5b33beb62cec136756ce3ff23d2f Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 1 Dec 2015 09:50:20 +0000 Subject: [PATCH 1/9] Updated the title tag to be useful [ci skip] --- app/templates/add-service.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/add-service.html b/app/templates/add-service.html index 2191344c8..dd2f3b1a0 100644 --- a/app/templates/add-service.html +++ b/app/templates/add-service.html @@ -1,7 +1,7 @@ {% extends "admin_template.html" %} {% block page_title %} -Hello world! +GOV.UK Notify | Set up service {% endblock %} {% block content %} @@ -28,4 +28,4 @@ Hello world! -{% endblock %} \ No newline at end of file +{% endblock %} From eb9a4e680ac6c1f5b92a8588e9311b9510fb361a Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 1 Dec 2015 09:51:42 +0000 Subject: [PATCH 2/9] Remove the hello world page [ci skip] --- app/templates/hello-world.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/templates/hello-world.html diff --git a/app/templates/hello-world.html b/app/templates/hello-world.html deleted file mode 100644 index 04a97b8f5..000000000 --- a/app/templates/hello-world.html +++ /dev/null @@ -1,17 +0,0 @@ -{% extends "admin_template.html" %} - -{% block page_title %} -GOV.UK notifications -{% endblock %} - -{% block content %} - -
-
-

Hello world!

- -

Hello world.

-
-
- -{% endblock %} \ No newline at end of file From 45f5ad5c30faacbe84833f921b138c355df60811 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 1 Dec 2015 09:52:31 +0000 Subject: [PATCH 3/9] Updated html title [ci skip] --- app/templates/register-from-invite.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/register-from-invite.html b/app/templates/register-from-invite.html index ac4d49dcc..73169cc06 100644 --- a/app/templates/register-from-invite.html +++ b/app/templates/register-from-invite.html @@ -1,7 +1,7 @@ {% extends "admin_template.html" %} {% block page_title %} -Hello world! +GOV.UK Notify | Create a user account {% endblock %} {% block content %} @@ -31,4 +31,4 @@ Hello world! -{% endblock %} \ No newline at end of file +{% endblock %} From 257d205f9a3587d267d9b4a5eef1660674a23187 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 1 Dec 2015 09:53:14 +0000 Subject: [PATCH 4/9] Updated html title [ci skip] --- app/templates/register.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/register.html b/app/templates/register.html index 18a0131af..c66ee4adb 100644 --- a/app/templates/register.html +++ b/app/templates/register.html @@ -1,7 +1,7 @@ {% extends "admin_template.html" %} {% block page_title %} -Hello world! +GOV.UK Notify | Create an account {% endblock %} {% block content %} @@ -36,4 +36,4 @@ Hello world! -{% endblock %} \ No newline at end of file +{% endblock %} From bd2826f58408da76b180e7bddbba927759597ea3 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 1 Dec 2015 09:54:58 +0000 Subject: [PATCH 5/9] Updated html title [ci skip] --- app/templates/signedout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/signedout.html b/app/templates/signedout.html index 17bc940f4..d2beafabe 100644 --- a/app/templates/signedout.html +++ b/app/templates/signedout.html @@ -1,7 +1,7 @@ {% extends "admin_template.html" %} {% block page_title %} -Hello world! +GOV.UK Notify | Get started {% endblock %} {% block content %} @@ -22,4 +22,4 @@ Hello world! -{% endblock %} \ No newline at end of file +{% endblock %} From 42fa80dd9027cecee4566f1f36c106d2852b58c8 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 1 Dec 2015 09:55:37 +0000 Subject: [PATCH 6/9] Updated html title [ci skip] --- app/templates/two-factor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/two-factor.html b/app/templates/two-factor.html index 338100141..a5bced593 100644 --- a/app/templates/two-factor.html +++ b/app/templates/two-factor.html @@ -1,7 +1,7 @@ {% extends "admin_template.html" %} {% block page_title %} -Hello world! +GOV.UK Notify | Text verification {% endblock %} {% block content %} @@ -25,4 +25,4 @@ Hello world! -{% endblock %} \ No newline at end of file +{% endblock %} From a541ef2164e8feea119b20985ab315663c310acd Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 1 Dec 2015 09:56:06 +0000 Subject: [PATCH 7/9] Updated html title [ci skip] --- app/templates/verify-mobile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/verify-mobile.html b/app/templates/verify-mobile.html index 92e77f3b5..cb2c90c37 100644 --- a/app/templates/verify-mobile.html +++ b/app/templates/verify-mobile.html @@ -1,7 +1,7 @@ {% extends "admin_template.html" %} {% block page_title %} -Hello world! +GOV.UK Notify | Confirm mobile number {% endblock %} {% block content %} @@ -26,4 +26,4 @@ Hello world! -{% endblock %} \ No newline at end of file +{% endblock %} From 2a39d3a3da4527975ce8e6fdf3ecc0ccc150f75d Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 1 Dec 2015 09:56:46 +0000 Subject: [PATCH 8/9] Updated html title [ci skip] --- app/templates/verify.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/verify.html b/app/templates/verify.html index 9d407edff..6b3e11b22 100644 --- a/app/templates/verify.html +++ b/app/templates/verify.html @@ -1,7 +1,7 @@ {% extends "admin_template.html" %} {% block page_title %} -Hello world! +GOV.UK Notify | Confirm email address and mobile number {% endblock %} {% block content %} @@ -32,4 +32,4 @@ Hello world! -{% endblock %} \ No newline at end of file +{% endblock %} From e1817038a771bb07c1baf2b734c2fb2066455769 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 1 Dec 2015 09:57:24 +0000 Subject: [PATCH 9/9] Removed the hello world route from the index --- app/main/views/index.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/main/views/index.py b/app/main/views/index.py index 2c775dbe4..f5e7b50e8 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -13,11 +13,6 @@ def govuk(): return render_template('govuk_template.html') -@main.route("/hello-world") -def helloworld(): - return render_template('hello-world.html') - - @main.route("/register") def register(): return render_template('register.html')