diff options
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index d53dbcc6b..0e3138583 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -150,10 +150,15 @@ </div> <h3>{% trans "Localisation"%}</h3> - <div class='row'> - {% field_flex_multiple "Towns" item.operation.towns %} - {% field_flex_detail "Operation" item.operation %} + {% with geo_item=item %} + {% include "ishtar/blocks/sheet_simple_map.html"%} + <div class="col-12 col-lg-6 flex-wrap"> + {% field_flex_multiple_full "Towns" item.operation.towns %} + {% field_flex_detail_full "Operation" item.operation %} + {% include "ishtar/blocks/sheet_coordinates.html"%} + </div> + {% endwith %} </div> {% else %} |