summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/templates
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_warehouse/templates')
-rw-r--r--archaeological_warehouse/templates/ishtar/sheet_container.html3
-rw-r--r--archaeological_warehouse/templates/ishtar/sheet_warehouse.html7
2 files changed, 3 insertions, 7 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html
index a6a1e279b..3cc03cad1 100644
--- a/archaeological_warehouse/templates/ishtar/sheet_container.html
+++ b/archaeological_warehouse/templates/ishtar/sheet_container.html
@@ -153,9 +153,6 @@
<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" %}
- </div>
{% endwith %}
</div>
{% endif %}
diff --git a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html
index e03feb026..4f4cfd6ba 100644
--- a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html
+++ b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html
@@ -103,12 +103,11 @@
<div class='row'>
{% with geo_item=item %}
{% if PROFILE.locate_warehouses %}{% include "ishtar/blocks/sheet_map.html"%}{% endif %}
- <div class="col-12 col-lg-6 flex-wrap">
- {% if PROFILE.locate_warehouses %}{% include "ishtar/blocks/sheet_coordinates.html"%}{% endif %}
- {% with full=True %}{% include "ishtar/blocks/sheet_address_section.html" %}{% endwith %}
- </div>
{% endwith %}
</div>
+ <div class="row">
+ {% with full=True %}{% include "ishtar/blocks/sheet_address_section.html" %}{% endwith %}
+ </div>
{% endif %}
</div>