From f11008a45e1b44846afe07fde04d55c79772fbd5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 28 Sep 2022 15:54:24 +0200 Subject: Geodata: fix creation from find --- ishtar_common/templates/ishtar/blocks/sheet_map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates/ishtar') diff --git a/ishtar_common/templates/ishtar/blocks/sheet_map.html b/ishtar_common/templates/ishtar/blocks/sheet_map.html index 954a7337d..bb143f1dc 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_map.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_map.html @@ -15,7 +15,7 @@ {% if not forloop.counter0 %}checked{% endif %} >  
+ {% if geodata.data_type %}{{geodata.data_type}}{% else %}-{% endif %}
{{geodata.name}} {% endfor %} {% if geo_item.SLUG == "operation" and display_context_records %} -- cgit v1.2.3