diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-10-12 12:27:13 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:18 +0100 |
commit | 1e33bcab4c7d8343415e9a95ad56f09bfe871b14 (patch) | |
tree | 76c1b80d2286509fc3c4474e53955d417fbcfd69 /ishtar_common/templates | |
parent | 8e002b956ea2b53d31a544cc149c18fd6d910a17 (diff) | |
download | Ishtar-1e33bcab4c7d8343415e9a95ad56f09bfe871b14.tar.bz2 Ishtar-1e33bcab4c7d8343415e9a95ad56f09bfe871b14.zip |
Geo: quick add geo action for context records, sites and finds
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_map.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 %} > <label for="map-ol-{{geo_item.SLUG}}-{{geo_item.pk}}-{{geodata.pk}}"> - <strong>{% if geodata.data_type %}{{geodata.data_type}}{% else %}-{% endif %}</strong></label><br/> - {{geodata.name}} + <strong>{% if geodata.data_type %}{{geodata.data_type}}{% else %}{{geodata.name}}{% endif %}</strong></label><br/> + {% if geodata.data_type %}{{geodata.name}}{% endif %} </li>{% endfor %} {% if geo_item.SLUG == "operation" and display_context_records %} <li> |