From 6950fc1d1d2e6f8154da4d3b766c507d1a158344 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 4 Oct 2023 22:23:52 +0300 Subject: [PATCH] make wgs84 location visible on cave descritpion page (if present) --- templates/cave.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cave.html b/templates/cave.html index bed6ec3..874d501 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -178,7 +178,7 @@
Location
UTM33 Northing: {{ ent.entrance.northing|safe }}, Easting: {{ ent.entrance.easting|safe }}, {{ ent.entrance.alt|safe }}m
{% endif %} {% if ent.entrance.lat_wgs84 %} -
Location
WGS84 Lat.: {{ ent.entrance.lat_wgs84|floatformat:7 }} N, Long.:{{ ent.entrance.long_wgs84|floatformat:7 }} E
+
Location
WGS84 Lat.: {{ ent.entrance.lat_wgs84|floatformat:7 }} N, Long.:{{ ent.entrance.long_wgs84|floatformat:7 }} E
{% endif %} {% if ent.entrance.tag_station %}
Tag Location
{{ ent.entrance.tag_station }} {{ ent.entrance.tag.latlong.0|floatformat:5 }}N {{ ent.entrance.tag.latlong.1|floatformat:5 }}E (UTM33 {{ ent.entrance.tag.y|floatformat:0 }}, {{ ent.entrance.tag.x|floatformat:0 }}), {{ ent.entrance.tag.z|floatformat:0 }}m