From 77ea7af90905549fb2c7c674e8c5dd1dcb24950c Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 28 May 2021 16:19:17 +0100 Subject: [PATCH] Fix double back link --- app/templates/views/user-profile/security-keys.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/templates/views/user-profile/security-keys.html b/app/templates/views/user-profile/security-keys.html index f603efc08..95799c710 100644 --- a/app/templates/views/user-profile/security-keys.html +++ b/app/templates/views/user-profile/security-keys.html @@ -46,10 +46,7 @@
{% if credentials %}
- {{ page_header( - page_title, - back_link=url_for('.user_profile') - ) }} + {{ page_header(page_title) }}
{% call mapping_table( caption=page_title,