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 | 16b54ce820e0f522164a12819ffc18197be59b33 (patch) | |
| tree | 58d4f80dd68b4ee19444a4cfda604e6665af6da8 /ishtar_common/templates | |
| parent | a8df13b353369c83896320212c0f90a8e805d2ca (diff) | |
| download | Ishtar-16b54ce820e0f522164a12819ffc18197be59b33.tar.bz2 Ishtar-16b54ce820e0f522164a12819ffc18197be59b33.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 %} |
