diff options
| author | QuentinAndre <quentin.andre@imt-atlantique.net> | 2021-08-19 12:15:20 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-25 12:06:03 +0200 |
| commit | 178f6bd49eaf1c2a04e3433784ebeb48b89cd2fa (patch) | |
| tree | bc4d425935253213d190f7315d3b3bfdf76bd8c4 /ishtar_common/templates/ishtar/blocks/sheet_simple_map.html | |
| parent | 37e6eea122752e8af1a6535f0e236ecb09bc27fc (diff) | |
| download | Ishtar-178f6bd49eaf1c2a04e3433784ebeb48b89cd2fa.tar.bz2 Ishtar-178f6bd49eaf1c2a04e3433784ebeb48b89cd2fa.zip | |
fixes previous commit
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/sheet_simple_map.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_simple_map.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_simple_map.html b/ishtar_common/templates/ishtar/blocks/sheet_simple_map.html index a472c8b07..b77922302 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_simple_map.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_simple_map.html @@ -1,6 +1,5 @@ {% if PROFILE.mapping %} {% if geo_item.point_2d or geo_item.multi_polygon %} -{% load ids_display_geo_items %} <div class="col-12 col-lg-6 flex-wrap"> <div class="window-map" id="map-{{window_id}}-{{geo_item.SLUG}}-{{geo_item.pk}}"> </div> |
