From 1e33bcab4c7d8343415e9a95ad56f09bfe871b14 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 12 Oct 2022 12:27:13 +0200 Subject: Geo: quick add geo action for context records, sites and finds --- ishtar_common/templates/ishtar/blocks/sheet_map.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/blocks/sheet_map.html b/ishtar_common/templates/ishtar/blocks/sheet_map.html index bb143f1dc..ab4d2a4ee 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_map.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_map.html @@ -15,8 +15,8 @@ {% if not forloop.counter0 %}checked{% endif %} >  
- {{geodata.name}} + {% if geodata.data_type %}{{geodata.data_type}}{% else %}{{geodata.name}}{% endif %}
+ {% if geodata.data_type %}{{geodata.name}}{% endif %} {% endfor %} {% if geo_item.SLUG == "operation" and display_context_records %}
  • -- cgit v1.2.3