Skip to content

Commit

Permalink
Merge pull request #4526 from geoadmin/feat_BGDIDIC-1841_abgabestelle…
Browse files Browse the repository at this point in the history
…_url

BGDIDIC-1841: update link source
  • Loading branch information
ltclm authored Jan 31, 2025
2 parents de61c6a + f4c780d commit 689dea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chsdi/templates/htmlpopup/cadastralwebmap.include.mako
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% elif c['attributes']['ak'] and c['attributes']['geoportal_url']:
<tr>
<td class="cell-left">${_('link to canton geoportal')}</td>
<td><a href="http://${c['attributes']['geoportal_url']}" target="_blank">${c['attributes']['ak']}</a></td>
<td><a href="${c['attributes']['geoportal_url']}" target="_blank">${c['attributes']['ak']}</a></td>
</tr>
% else:
<tr>
Expand Down

0 comments on commit 689dea2

Please sign in to comment.