summaryrefslogtreecommitdiff
path: root/iss/templates
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-28 22:05:05 +0300
committerYuval Adam <_@yuv.al>2020-09-28 22:05:05 +0300
commitd5cf61d168bdbcf05032d5a8003e61386ae8deb2 (patch)
treeaeaf99cde2a147511f06d9d53a652c7b8374e86f /iss/templates
parentc81aeba984b08957614f7167cdbdea8780e76a11 (diff)
Finalize geo parsing from IP
Diffstat (limited to 'iss/templates')
-rw-r--r--iss/templates/index.html1
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 %}