Skip to content

Commit

Permalink
Merge pull request #4349 from geoadmin/feat-BGDIDIC-2768-geologie-geo…
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm authored Mar 6, 2024
2 parents 6212ad9 + 57eab54 commit 10ec28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chsdi/templates/htmlpopup/geothermie.mako
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%inherit file="base.mako"/>

<%def name="table_body(c,lang)">
<tr><td class="cell-left">${_('geothermie')}</td><td>${c['attributes']['contour'] or '-'}</td></tr>
<tr><td class="cell-left">${_('geothermie')}</td><td>${int(c['attributes']['contour']) or '-'}</td></tr>
</%def>

0 comments on commit 10ec28c

Please sign in to comment.