diff options
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 7eb5b4a29..acc131e88 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -168,13 +168,11 @@ <div class='row'> {% with geo_item=item %} {% 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"%} - {% include "ishtar/blocks/sheet_geo_items.html"%} - </div> {% endwith %} </div> + <div class='row'> + {% field_flex_multiple_full "Towns" item.operation.towns %} + </div> {% endif %} <h3>{% trans "Sheet" %}</h3> |