diff options
Diffstat (limited to 'templates/landing_page.html')
-rw-r--r-- | templates/landing_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landing_page.html b/templates/landing_page.html index 0137cd6..815e628 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/v0/js/geolocation.js"></script> + <script src="/static/v1/js/geolocation.js"></script> </head> <body> {% include 'navbar.html' %} |