From de3c7cc85388a1a553874471e3e21211b80ce5a2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 8 Nov 2022 16:26:56 +0100 Subject: Sheet find: always display map --- archaeological_finds/templates/ishtar/sheet_basefind.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html index ae4dde731..e8111b54a 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -65,11 +65,8 @@ {% endif %} - {% if base_find.point_2d or base_find.x or base_find.y or base_find.topographic_localisation %} - {% if base_find.point_2d %}
- {% endif %}

{% trans "Localisation"%}

{% with geo_item=base_find %} @@ -79,6 +76,5 @@
{% field_flex_full "Point of topographic reference" base_find.topographic_localisation %}
- {% endif %}
-- cgit v1.2.3