From 02d4118f732bcabb2209071acc3302f06bfb68f7 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 22 Nov 2020 23:40:36 +0100 Subject: [PATCH] core: fix token list's copy not working --- passbook/admin/templates/administration/token/list.html | 2 +- passbook/core/templates/user/token_list.html | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/passbook/admin/templates/administration/token/list.html b/passbook/admin/templates/administration/token/list.html index 13d9b7422..3ff471406 100644 --- a/passbook/admin/templates/administration/token/list.html +++ b/passbook/admin/templates/administration/token/list.html @@ -64,7 +64,7 @@
- + {% trans 'Copy token' %} diff --git a/passbook/core/templates/user/token_list.html b/passbook/core/templates/user/token_list.html index 4bd9898f4..345ea3543 100644 --- a/passbook/core/templates/user/token_list.html +++ b/passbook/core/templates/user/token_list.html @@ -2,10 +2,6 @@
-

- - {% trans 'Manage Tokens' %} -

{% trans "Tokens can be used to access passbook's API." %}

{% if object_list %} @@ -71,7 +67,7 @@
- + {% trans 'Copy token' %}