diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-03-16 11:36:15 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:21:00 +0100 |
commit | 57aeaae47ac4ddb9d0a171fd19d6a837c1281bad (patch) | |
tree | c04bf0b7c237eed0920799a2330e11dd05661737 /archaeological_finds | |
parent | 222dac8bce00300a26c8aa7bba99ae7160723946 (diff) | |
download | Ishtar-57aeaae47ac4ddb9d0a171fd19d6a837c1281bad.tar.bz2 Ishtar-57aeaae47ac4ddb9d0a171fd19d6a837c1281bad.zip |
Geodata: fix templates with geovectordata
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_basefind.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html index 0b56727ca..225d8ee83 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -73,7 +73,7 @@ <h3>{% trans "Localisation"%}</h3> <div class='row'> {% with geo_item=base_find %} - {% include "ishtar/blocks/sheet_simple_map.html"%} + {% 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 %} |