From 227feb3a5527f8cc1a0e5f4bc534b5d75aedb17d Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 4 Jun 2025 11:34:01 +0200 Subject: [PATCH] price comparison - cheaper is red --- hub/services/templates/services/pricelist.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hub/services/templates/services/pricelist.html b/hub/services/templates/services/pricelist.html index ca865ae..7173cdc 100644 --- a/hub/services/templates/services/pricelist.html +++ b/hub/services/templates/services/pricelist.html @@ -291,9 +291,9 @@ {{ comparison.amount|floatformat:2 }} {{ comparison.currency }} {% if comparison.difference > 0 %} - +{{ comparison.difference|floatformat:2 }} + +{{ comparison.difference|floatformat:2 }} {% elif comparison.difference < 0 %} - {{ comparison.difference|floatformat:2 }} + {{ comparison.difference|floatformat:2 }} {% endif %}