diff options
author | QuentinAndre <quentin.andre@imt-atlantique.net> | 2021-07-26 14:43:05 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-25 12:06:02 +0200 |
commit | 0bc2a87a78c770dd511ec4e2856fc8500cae4e7b (patch) | |
tree | a249d82a089af17c2c99c1a339d6c6d1fb029452 /archaeological_context_records | |
parent | c31d1773e5fe60baf3108aba736cd6538a8e4e73 (diff) | |
download | Ishtar-0bc2a87a78c770dd511ec4e2856fc8500cae4e7b.tar.bz2 Ishtar-0bc2a87a78c770dd511ec4e2856fc8500cae4e7b.zip |
url with get and display geo items
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 62454d6f6..05a6962b3 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -156,6 +156,7 @@ <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> |