diff options
| author | Yuval Adam <_@yuv.al> | 2020-10-03 17:27:48 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-10-03 17:27:48 +0300 |
| commit | 9aeebe47ce1233d724b140f809b7199729b1921b (patch) | |
| tree | b295921cb09c0e82039384519ae4ae2b66c5fec7 /iss/templates/passes.html | |
| parent | 4df4ad3bd903ed13d233b34528521a0f25089406 (diff) | |
Render display lat/lng
Diffstat (limited to 'iss/templates/passes.html')
| -rw-r--r-- | iss/templates/passes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iss/templates/passes.html b/iss/templates/passes.html index cb740e6..4d27cfc 100644 --- a/iss/templates/passes.html +++ b/iss/templates/passes.html @@ -6,7 +6,7 @@ {% block content %} <div id="passes"> - <p class="f3">Passes for {{ location.lat }}, {{ location.lng }}</p> + <p class="f3">Passes for {{ location.dlat }}, {{ location.dlng }}</p> <p class="f4">Times localized for <span class="light-gray">[[ tz.name ]]</span> (UTC[[ tz.offset ]])</p> <div> <input type="checkbox" id="degrees" v-model="display.degrees"> |
