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 | a59c4cba89c09d60674ee6a70eadea1b4e14a08c (patch) | |
| tree | 3abd9f70021cf3195ebf3a0d72cc85be9bafbc69 /ishtar_common/templates | |
| parent | 265d0180cc945281a93efc2f1278959594727e57 (diff) | |
| download | Ishtar-a59c4cba89c09d60674ee6a70eadea1b4e14a08c.tar.bz2 Ishtar-a59c4cba89c09d60674ee6a70eadea1b4e14a08c.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 %} |
