From: Christian Heller Date: Mon, 14 Apr 2025 06:35:02 +0000 (+0200) Subject: Restore currency display in /balance view. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/test.html?a=commitdiff_plain;h=be31aa1bd5ef63509e43d59e14c49ae4e32821cb;p=ledgplom Restore currency display in /balance view. --- 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 %}