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 %}