From 551aff9455402c491ee978a37283567e1f9e9dc4 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 22 Nov 2020 22:24:31 +0100 Subject: [PATCH] core: fix token list not operating in modals --- passbook/core/templates/user/token_list.html | 31 +++++++++++++++++--- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/passbook/core/templates/user/token_list.html b/passbook/core/templates/user/token_list.html index ac7c3039f..4bd9898f4 100644 --- a/passbook/core/templates/user/token_list.html +++ b/passbook/core/templates/user/token_list.html @@ -13,7 +13,12 @@
{% include 'partials/toolbar_search.html' %}
- {% trans 'Create' %} + + +
+
{% include 'partials/pagination.html' %}
@@ -54,8 +59,21 @@ - {% trans 'Edit' %} - {% trans 'Delete' %} + + +
+
+ + +
+
+ + {% trans 'Copy token' %} + {% endfor %} @@ -74,7 +92,12 @@
{% trans 'Currently no tokens exist. Click the button below to create one.' %}
- {% trans 'Create' %} + + +
+
{% endif %}