From be31aa1bd5ef63509e43d59e14c49ae4e32821cb Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 14 Apr 2025 08:35:02 +0200 Subject: [PATCH] Restore currency display in /balance view. --- src/templates/balance.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/balance.tmpl b/src/templates/balance.tmpl index 04bacb2..4f8533c 100644 --- a/src/templates/balance.tmpl +++ b/src/templates/balance.tmpl @@ -28,7 +28,7 @@ span.indent { {% macro tr_money_balance(amount, currency) %} {{amount}} - {{ macros.currency_short(curr) }} + {{ macros.currency_short(currency) }} {% endmacro %} {% if account.get_wealth(block_id).moneys|length > 0 %} -- 2.30.2