diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_basefind.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_basefind.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html index c3ab1c792..2de9f5afe 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -55,12 +55,14 @@ <div class="clearfix"> </div> + {% if not is_external and SHOW_GEO %} <h3>{% trans "Geographic localisation" %}</h3> <div class='row'> {% with geo_item=base_find %} {% include "ishtar/blocks/sheet_map.html"%} {% endwith %} </div> + {% endif %} <div class="row"> {% field_flex_full "Point of topographic reference" base_find.topographic_localisation %} </div> |
