From 0753ca80cf22f8642ebc4e5c52c49178192d7d8d Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 22 Apr 2024 11:12:44 +0100 Subject: [PATCH] fixup! display changes to support local council scorecards --- hub/templates/hub/area/_range_data.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/templates/hub/area/_range_data.html b/hub/templates/hub/area/_range_data.html index 899760d70..be2183bd3 100644 --- a/hub/templates/hub/area/_range_data.html +++ b/hub/templates/hub/area/_range_data.html @@ -7,7 +7,7 @@ {{ row.label|html_format_dataset_name|safe }} - {{ row.value|floatformat }}% + {{ row.value|floatformat:"0" }}% {% endfor %}