From 392daa1debeefe2f34ad069e121cc5bc70de8af9 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 31 Aug 2025 10:33:08 +1000 Subject: [PATCH] fixed total not showing in %.2f BUG --- BUGS | 1 - templates/bills.html | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/BUGS b/BUGS index bc5466e..6cbe421 100644 --- a/BUGS +++ b/BUGS @@ -2,4 +2,3 @@ - something to do with missing year of data in quarterly bills - still an issue * UI: add bills, but growth figures dont update? -* UI: change which_growth and cost goes to many decimals not .2f diff --git a/templates/bills.html b/templates/bills.html index 5bea4b1..5ee9a37 100644 --- a/templates/bills.html +++ b/templates/bills.html @@ -65,23 +65,23 @@ onChange="UseGrowth({{bt.id}}, 'avg')" {% if bt.which_growth == 'avg' %}checked{% endif %}> -
+