diff options
author | QuentinAndre <quentin.andre@imt-atlantique.net> | 2021-08-25 11:54:27 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-25 12:06:03 +0200 |
commit | b65cb1e0617989a74c0552a73242d311ad442e28 (patch) | |
tree | 7b49c927508e7e4e6d01a914ada86604c6e591d8 /ishtar_common/templates | |
parent | 8b8460945f1cd39fe0c3a326c236a05c849b331d (diff) | |
download | Ishtar-b65cb1e0617989a74c0552a73242d311ad442e28.tar.bz2 Ishtar-b65cb1e0617989a74c0552a73242d311ad442e28.zip |
additional tests without nested tabs for testing the ui of basefinds
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_geo_items.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_geo_items.html b/ishtar_common/templates/ishtar/blocks/sheet_geo_items.html index 33b3dc5ed..12e4b4ef0 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_geo_items.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_geo_items.html @@ -1,7 +1,7 @@ {% load i18n window_field %}{% if PROFILE.mapping %} {% if geo_item.point_2d or geo_item.multi_polygon %} <dl class="col-12"> - <dt id="display-geo-items">{% trans "Display geo items" %}</dt> + <dt id="display-geo-items-for-{{geo_item.SLUG}}-{{geo_item.pk}}">{% trans "Display geo items" %}</dt> <dd> <fieldset> {% if geo_item.SLUG == "operation" %} |