diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-09-01 12:08:11 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:18 +0100 |
commit | e0bcbeaa84c2adf3b8a179cdea792dd58fa109b2 (patch) | |
tree | 3d9fc261943e56b46c70a9236713909b9761648d /archaeological_context_records | |
parent | a7acdf8ea0937321dc20e56d87abbe1fc6e240c6 (diff) | |
download | Ishtar-e0bcbeaa84c2adf3b8a179cdea792dd58fa109b2.tar.bz2 Ishtar-e0bcbeaa84c2adf3b8a179cdea792dd58fa109b2.zip |
Geo: select geo item to display on the sheet
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> |