From 236846b1c29d7d8537fe15af57d601b4eceb1fcd Mon Sep 17 00:00:00 2001 From: Martin Ueding Date: Tue, 13 Aug 2024 00:05:10 +0200 Subject: [PATCH] Fix link to Strava on startup --- geo_activity_playground/webui/templates/home.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo_activity_playground/webui/templates/home.html.j2 b/geo_activity_playground/webui/templates/home.html.j2 index 5a9425fe..2126b77d 100644 --- a/geo_activity_playground/webui/templates/home.html.j2 +++ b/geo_activity_playground/webui/templates/home.html.j2 @@ -66,7 +66,7 @@ {% endfor %} {% else %}

You don't have activities yet. Either put some files into a directory Activities or set up Strava API.

+ href="{{ url_for('settings.strava') }}">set up Strava API.

{% endif %} {% endblock %} \ No newline at end of file