From 9cd14505bfa419f5d00b0ce33b6d6dfc936df160 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 20 Aug 2025 18:08:44 +1000 Subject: [PATCH] moved new bill type button over 2 more to accom new freq field, added slider/support for show estimated and support new growth db fields --- templates/bills.html | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/templates/bills.html b/templates/bills.html index 24dc1c1..a6db8ec 100644 --- a/templates/bills.html +++ b/templates/bills.html @@ -23,7 +23,7 @@
- +
-
+
@@ -87,6 +89,10 @@
+
+ + +
{% for bt in bill_types %} {% if loop.first %}
@@ -103,7 +109,11 @@
{% endif %} {% if bd.bill_type_id == bt.id %} -
+ {% if bd.estimated == 1 %} +
+ {% else %} +
+ {% endif %}
@@ -121,6 +131,14 @@