diff --git a/app/templates/views/api-keys/revoke.html b/app/templates/views/api-keys/revoke.html index 4fe3880b9..847436035 100644 --- a/app/templates/views/api-keys/revoke.html +++ b/app/templates/views/api-keys/revoke.html @@ -8,22 +8,16 @@ {% block maincolumn_content %} -
-
+

+ Revoke API key +

-

- Revoke API key -

- -

- ‘{{ key_name }}’ will no longer let you connect to GOV.UK Notify. -

-

- You can’t undo this. -

- -
-
+

+ ‘{{ key_name }}’ will no longer let you connect to GOV.UK Notify. +

+

+ You can’t undo this. +

{{ page_footer( diff --git a/app/templates/views/api-keys/show.html b/app/templates/views/api-keys/show.html index 75cd189ae..3191f8b31 100644 --- a/app/templates/views/api-keys/show.html +++ b/app/templates/views/api-keys/show.html @@ -8,20 +8,15 @@ {% block maincolumn_content %} -
-
-

- New API key -

+

+ New API key +

-

- Copy your key to somewhere safe. You won’t be able to see it again - once you leave this page. -

- -
-
+

+ Copy your key to somewhere safe. You won’t be able to see it again + once you leave this page. +

{{ api_key(secret, key_name) }} diff --git a/app/templates/views/service-settings/request-to-go-live.html b/app/templates/views/service-settings/request-to-go-live.html index f25a9baa5..ae5124491 100644 --- a/app/templates/views/service-settings/request-to-go-live.html +++ b/app/templates/views/service-settings/request-to-go-live.html @@ -8,9 +8,6 @@ {% block maincolumn_content %} -
-
-

Request to go live

@@ -60,7 +57,5 @@ {{ page_footer('Request to go live') }}

-
-
{% endblock %}