From 9c1e47d59436e9c9d707e221cd1bf3e607f3e4de Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 5 Feb 2016 10:25:49 +0000 Subject: [PATCH] Fix wrapping of API key --- app/templates/views/api-keys/show.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/api-keys/show.html b/app/templates/views/api-keys/show.html index 1ba6a4d55..55357ec5f 100644 --- a/app/templates/views/api-keys/show.html +++ b/app/templates/views/api-keys/show.html @@ -20,11 +20,11 @@ once you leave this page.

- {{ api_key(secret, key_name) }} - + {{ api_key(secret, key_name) }} + {{ page_footer( secondary_link=url_for('.api_keys', service_id=service_id), secondary_link_text='Back to API keys'