diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-14 17:01:18 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:56 +0200 |
| commit | 19428f8e1b30e92497fb87833e8d333feaf2ef81 (patch) | |
| tree | 3abd9f70021cf3195ebf3a0d72cc85be9bafbc69 /ishtar_common/templates | |
| parent | 16b54ce820e0f522164a12819ffc18197be59b33 (diff) | |
| download | Ishtar-19428f8e1b30e92497fb87833e8d333feaf2ef81.tar.bz2 Ishtar-19428f8e1b30e92497fb87833e8d333feaf2ef81.zip | |
Fix geo post save (bad overload of source)
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_coordinates.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_coordinates.html b/ishtar_common/templates/ishtar/blocks/sheet_coordinates.html index 8637853e3..bd0c1ef19 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_coordinates.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_coordinates.html @@ -14,5 +14,9 @@ {% endif %} </dd> </dl> +{% if geo_item.point_source == 'P' or not geo_item.multi_polygon %} {% field_flex_full "Point source" geo_item.geo_point_source %} +{% else %} +{% field_flex_full "Polygon source" geo_item.geo_polygon_source %} +{% endif %} {% endif %} |
