From 62463334a7c7676f7fa010c03483eb5745e0aae5 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 3 Apr 2024 15:25:19 +0200 Subject: [PATCH] Nice format --- changedetectionio/blueprint/tags/templates/groups-overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/blueprint/tags/templates/groups-overview.html b/changedetectionio/blueprint/tags/templates/groups-overview.html index 219c1685a..23eca0a62 100644 --- a/changedetectionio/blueprint/tags/templates/groups-overview.html +++ b/changedetectionio/blueprint/tags/templates/groups-overview.html @@ -46,7 +46,7 @@ Mute notifications - {{ tag_count[uuid] if uuid in tag_count else 0 }} + {{ "{:,}".format(tag_count[uuid]) if uuid in tag_count else 0 }} {{ tag.title }} Edit