From 02634be478a7f03ffbb349e99ce831aea5525154 Mon Sep 17 00:00:00 2001 From: deflax Date: Wed, 3 Apr 2024 20:35:55 +0300 Subject: [PATCH] remove non-existing fields --- src/forest/templates/admin/list_users.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/forest/templates/admin/list_users.html b/src/forest/templates/admin/list_users.html index 30fb121..c600fb7 100644 --- a/src/forest/templates/admin/list_users.html +++ b/src/forest/templates/admin/list_users.html @@ -26,10 +26,6 @@ {{ usr.email }} {{ moment(usr.last_seen).format('lll') }} {{ usr.last_ip }} - {{ usr.wallet }} - {{ usr.currency }} - - {% endfor %}