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_finds/templates | |
parent | a7acdf8ea0937321dc20e56d87abbe1fc6e240c6 (diff) | |
download | Ishtar-e0bcbeaa84c2adf3b8a179cdea792dd58fa109b2.tar.bz2 Ishtar-e0bcbeaa84c2adf3b8a179cdea792dd58fa109b2.zip |
Geo: select geo item to display on the sheet
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_basefind.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html index 225d8ee83..81705aaae 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -74,12 +74,11 @@ <div class='row'> {% with geo_item=base_find %} {% include "ishtar/blocks/sheet_map.html"%} - <div class="col-12 col-lg-6 flex-wrap"> - {% include "ishtar/blocks/sheet_coordinates.html"%} - {% field_flex_full "Point of topographic reference" base_find.topographic_localisation %} - </div> {% endwith %} </div> + <div class="row"> + {% field_flex_full "Point of topographic reference" base_find.topographic_localisation %} + </div> {% endif %} </div> |