diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-08-22 11:36:40 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-08-22 11:36:40 +0200 |
commit | 4596613e65581712f6c230f87971edfabd0ae919 (patch) | |
tree | 8af733edee0393d27e11f412694f148ec64282d8 /templates/landing_page.html | |
parent | 222bd52cefbf7efe689533f21e6ebaf43ed937d8 (diff) |
add 'synchronization failed' marker0.3.0
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 815e628..e9aef17 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/v1/js/geolocation.js"></script> + <script src="/static/v2/js/geolocation.js"></script> </head> <body> {% include 'navbar.html' %} |