From ae50e164cdaa7a89b8ebeee56508a342366673e5 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Tue, 2 Jun 2026 10:48:15 -0400 Subject: [PATCH] 06/02 Modified Accounts page, remove the incorrect balance of items --- app/templates/accounts/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/templates/accounts/index.html b/app/templates/accounts/index.html index 7681be6..28d478a 100644 --- a/app/templates/accounts/index.html +++ b/app/templates/accounts/index.html @@ -36,9 +36,6 @@ -
- {{ acct.balance | currency }} -
{% if acct.notes %}
{{ acct.notes }}
{% endif %}