diff options
Diffstat (limited to 'iss/templates')
| -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"> |
