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
commit6e5a2d7400e4eaa046d83758ef752bd41ddc2b05 (patch)
tree956c9a363a0b0cbc0fb8f3f9ac31737643ff7bca
parentdbfb9215264e3232f132e063184a24a7b8048592 (diff)
downloadIshtar-6e5a2d7400e4eaa046d83758ef752bd41ddc2b05.tar.bz2
Ishtar-6e5a2d7400e4eaa046d83758ef752bd41ddc2b05.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>