diff options
Diffstat (limited to 'iss/templates')
| -rw-r--r-- | iss/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iss/templates/index.html b/iss/templates/index.html index e48212a..20634e0 100644 --- a/iss/templates/index.html +++ b/iss/templates/index.html @@ -1,4 +1,5 @@ {% extends "base.html" %} {% block content %} +<a href="/passes/{{ location.latitude }}/{{ location.longitude }}" class="link light-blue dim">{{ location.latitude }}, {{ location.longitude }}, {{ location.time_zone }}</a> {% endblock %} |
