summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-11-08 16:26:56 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:19 +0100
commitde3c7cc85388a1a553874471e3e21211b80ce5a2 (patch)
tree956c9a363a0b0cbc0fb8f3f9ac31737643ff7bca
parent5e07e761272dd00cb460ca4d7887c569606dca2a (diff)
downloadIshtar-de3c7cc85388a1a553874471e3e21211b80ce5a2.tar.bz2
Ishtar-de3c7cc85388a1a553874471e3e21211b80ce5a2.zip
Sheet find: always display map
-rw-r--r--archaeological_finds/templates/ishtar/sheet_basefind.html4
1 files changed, 0 insertions, 4 deletions
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 @@
</div>
{% endif %}
- {% if base_find.point_2d or base_find.x or base_find.y or base_find.topographic_localisation %}
- {% if base_find.point_2d %}
<div class="clearfix">
</div>
- {% endif %}
<h3>{% trans "Localisation"%}</h3>
<div class='row'>
{% with geo_item=base_find %}
@@ -79,6 +76,5 @@
<div class="row">
{% field_flex_full "Point of topographic reference" base_find.topographic_localisation %}
</div>
- {% endif %}
</div>