diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-14 16:31:17 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:56 +0200 |
| commit | 265d0180cc945281a93efc2f1278959594727e57 (patch) | |
| tree | 58d4f80dd68b4ee19444a4cfda604e6665af6da8 /ishtar_common/templates | |
| parent | 1802bffb4d452550e9349875aeee81db8d030b44 (diff) | |
| download | Ishtar-265d0180cc945281a93efc2f1278959594727e57.tar.bz2 Ishtar-265d0180cc945281a93efc2f1278959594727e57.zip | |
Sheet operation: display map
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_coordinates.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_coordinates.html b/ishtar_common/templates/ishtar/blocks/sheet_coordinates.html index c29f7de61..8637853e3 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_coordinates.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_coordinates.html @@ -1,4 +1,4 @@ -{% load i18n %}{% if geo_item.x or geo_item.y or geo_item.z %} +{% load i18n window_field %}{% if geo_item.x or geo_item.y or geo_item.z %} <dl class="col-12 d-flex flex-wrap"> <dt class="col-12">{% trans "Coordinates" %}</dt> <dd class="col-12"> @@ -14,4 +14,5 @@ {% endif %} </dd> </dl> +{% field_flex_full "Point source" geo_item.geo_point_source %} {% endif %} |
