From 3d95cd1d2eda225997765991bd19a8da5a281635 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 20 Aug 2025 18:30:02 +1000 Subject: [PATCH] estimates now show as italic and do not get any action buttons when shown --- templates/bills.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/bills.html b/templates/bills.html index a6db8ec..da76a2a 100644 --- a/templates/bills.html +++ b/templates/bills.html @@ -110,19 +110,23 @@ {% endif %} {% if bd.bill_type_id == bt.id %} {% if bd.estimated == 1 %} -
+
+ {% set classes="fst-italic form-control text-center bg-white" %} {% else %}
+ {% set classes="form-control text-center bg-white" %} {% endif %} -
-
-
+
+
+
+ {% if bd.estimated == 0 %} + {% endif %}
{% endif %} {% endfor %}