From d5cf61d168bdbcf05032d5a8003e61386ae8deb2 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 28 Sep 2020 22:05:05 +0300 Subject: Finalize geo parsing from IP --- iss/templates/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'iss/templates') 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 %} +{{ location.latitude }}, {{ location.longitude }}, {{ location.time_zone }} {% endblock %} -- cgit v1.3.1