From e6a0382243b5daaa567cf80f620b595a24afd45e Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 1 Aug 2016 07:33:30 +0100 Subject: [PATCH 1/2] Make page on API info match page heading Otherwise you might get it mixed up with the API integration page when you have a bunch of tabs open. --- app/templates/views/send-from-api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/send-from-api.html b/app/templates/views/send-from-api.html index 50536c2a0..9add19598 100644 --- a/app/templates/views/send-from-api.html +++ b/app/templates/views/send-from-api.html @@ -4,7 +4,7 @@ {% from "components/api-key.html" import api_key %} {% block page_title %} - API integration – GOV.UK Notify + API info – GOV.UK Notify {% endblock %} {% block maincolumn_content %} From d673cb1e9ca51f0e11b25dfeb989a75a8620e78c Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott <me@quis.cc> Date: Mon, 1 Aug 2016 10:19:59 +0100 Subject: [PATCH 2/2] Make page title match on API integration --- app/templates/views/api-keys.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/api-keys.html b/app/templates/views/api-keys.html index 34dac7304..78ba560ed 100644 --- a/app/templates/views/api-keys.html +++ b/app/templates/views/api-keys.html @@ -3,7 +3,7 @@ {% from "components/api-key.html" import api_key %} {% block page_title %} - API keys – GOV.UK Notify + API integration – GOV.UK Notify {% endblock %} {% block maincolumn_content %}