From b2361bda778eee5ea2374496e0bc2a84c9b8d188 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sun, 1 Jan 2023 15:51:58 +0000 Subject: [PATCH] Add enabled checkbox to account list --- core/templates/partials/account-list.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/core/templates/partials/account-list.html b/core/templates/partials/account-list.html index 8e6f730..0d2c46a 100644 --- a/core/templates/partials/account-list.html +++ b/core/templates/partials/account-list.html @@ -15,6 +15,7 @@ currency API key sandbox + enabled actions {% for item in object_list %} @@ -36,6 +37,17 @@ {% endif %} + + {% if item.enabled %} + + + + {% else %} + + + + {% endif %} +