summaryrefslogtreecommitdiff
path: root/templates/landing_page.html
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-07-16 00:43:43 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-07-16 00:43:43 +0200
commitd93bebcd82a9c43e3ab8a882eddc1b4ddfc8f1bc (patch)
treece0f7227e6ddce345e6453c05725029f90462ba1 /templates/landing_page.html
parent55f4c3fd47e625253737b0d00f55d6906eabc9e8 (diff)
release assets0.6.6
Diffstat (limited to 'templates/landing_page.html')
-rw-r--r--templates/landing_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landing_page.html b/templates/landing_page.html
index 063b49c..c401b72 100644
--- a/templates/landing_page.html
+++ b/templates/landing_page.html
@@ -3,7 +3,7 @@
<head>
<title>{{ title }}</title>
{% include 'header.html' %}
- <script src="/static/v6/js/geolocation.js"></script>
+ <script src="/static/v7/js/geolocation.js"></script>
</head>
<body>
{% include 'navbar.html' %}