diff options
author | QuentinAndre <quentin.andre@imt-atlantique.net> | 2021-08-19 12:15:20 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-16 17:04:41 +0100 |
commit | 6faeee07b384372d993913ec3e94b5807c3b2cf8 (patch) | |
tree | f71e56c46883f3d9a0e50f2f9b15465c6249b724 /ishtar_common/templates | |
parent | 645d1e0b8e1bf51757e360624a239c2ccd7828ea (diff) | |
download | Ishtar-6faeee07b384372d993913ec3e94b5807c3b2cf8.tar.bz2 Ishtar-6faeee07b384372d993913ec3e94b5807c3b2cf8.zip |
fixes previous commit
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_geo_items.html | 1 | ||||
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_simple_map.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_geo_items.html b/ishtar_common/templates/ishtar/blocks/sheet_geo_items.html index 1c45b5d9f..93b9a5b35 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_geo_items.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_geo_items.html @@ -1,6 +1,5 @@ {% load i18n window_field %}{% if PROFILE.mapping %} {% if geo_item.point_2d or geo_item.multi_polygon %} -{% load ids_display_geo_items %} <dl class="col-12"> <dt>{% trans "Display geo items" %}</dt> <dd> 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> |