diff options
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_map.html b/ishtar_common/templates/ishtar/blocks/sheet_map.html index 8dbf008f8..f37213c2f 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_map.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_map.html @@ -36,7 +36,7 @@ {% if coordinates.0 != None %}; {% endif %} <strong>{% trans "Z:" %}</strong> {{coordinates.2}} {% endif %} - {% endwith %}{% endif %} + {% endwith %}{% if geodata.spatial_reference_system %} - ({{geodata.spatial_reference_system.label}}){% endif %}{% endif %} </span> </li>{% endfor %} {% if geo_item.SLUG == "operation" and display_context_records %} |