diff options
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_site.html')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index b5401c9fb..a3ddb38bf 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -69,9 +69,9 @@ <div class="row"> {% with geo_item=item %} {% include "ishtar/blocks/sheet_map.html"%} - - <div class="col-12 col-lg-6 flex-wrap"> - {% include "ishtar/blocks/sheet_coordinates.html"%} + {% endwith %} +</div> +<div class="row"> {% if next %} {% field_flex_full "Towns" item|m2m_listing:'towns'|join:" ; " %} {% else %} @@ -79,8 +79,6 @@ {% endif %} {% field_flex_full "National Geographic Institute locality" item.locality_ngi "<pre>" "</pre>" %} {% field_flex_full "Cadastral locality" item.locality_cadastral "<pre>" "</pre>" %} - </div> - {% endwith %} </div> {% endif %} |