Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-07-12 17:08:08 +02:00
parent d83de61d29
commit 346c51b17d

View File

@@ -19,6 +19,13 @@
<input type="submit" value="Save"> <input type="submit" value="Save">
</form> </form>
</p> </p>
{% if rower.garmintoken and rower.garmintoken != '' %}
<p>
<em>You are connected to Garmin.</em> Switching off Garmin Connect sync is on the
<a href="https://connect.garmin.com/modern/settings/accountInformation">Account settings</a>
page. Look for the "Rowsandall" app.
</p>
{% endif %}
<p> <p>
Garmin Connnect has no manual sync, so connecting your account to your Garmin account will Garmin Connnect has no manual sync, so connecting your account to your Garmin account will
automatically auto-sync workouts from Garmin to Rowsandall (but not in the other direction). automatically auto-sync workouts from Garmin to Rowsandall (but not in the other direction).