From 57eab545a41cf8d97588ce3048fd061612d38fa4 Mon Sep 17 00:00:00 2001 From: faselm Date: Wed, 6 Mar 2024 09:20:30 +0100 Subject: [PATCH] BGDIDIC-2768: remove decimals --- chsdi/templates/htmlpopup/geothermie.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chsdi/templates/htmlpopup/geothermie.mako b/chsdi/templates/htmlpopup/geothermie.mako index a6991da0b3..361154e31b 100644 --- a/chsdi/templates/htmlpopup/geothermie.mako +++ b/chsdi/templates/htmlpopup/geothermie.mako @@ -1,5 +1,5 @@ <%inherit file="base.mako"/> <%def name="table_body(c,lang)"> - ${_('geothermie')}${c['attributes']['contour'] or '-'} + ${_('geothermie')}${int(c['attributes']['contour']) or '-'}