diff options
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index c98bcef98..1c3bb4b41 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -149,19 +149,19 @@ {% field_flex "Depth of appearance (m)" item.depth_of_appearance '' '' has_image %} </div> + {% if item.main_geodata %} <h3>{% trans "Localisation"%}</h3> <div class='row'> {% with geo_item=item %} - {% include "ishtar/blocks/sheet_simple_map.html"%} + {% include "ishtar/blocks/sheet_map.html"%} <div class="col-12 col-lg-6 flex-wrap"> {% field_flex_multiple_full "Towns" item.operation.towns %} {% include "ishtar/blocks/sheet_coordinates.html"%} - {% if PROFILE.experimental_feature %} {% include "ishtar/blocks/sheet_geo_items.html"%} - {% endif %} </div> {% endwith %} </div> + {% endif %} <h3>{% trans "Sheet" %}</h3> <div class="row"> |