Private
Public Access
1
0

rp3 auth working

This commit is contained in:
Sander Roosendaal
2021-01-26 20:26:51 +01:00
parent 4992405e5e
commit 6cedb7b5db
6 changed files with 43 additions and 13 deletions

View File

@@ -30,7 +30,10 @@
Strava,
{% endif %}
{% if rower.runkeepertoken is not None and rower.runkeepertoken != '' %}
Runkeeper.
Runkeeper,
{% endif %}
{% if rower.rp3token is not None and rower.rp3token != '' %}
RP3
{% endif %}
</p>
@@ -77,7 +80,9 @@
alt="connect with Polar" width="130"></a></p>
<p><a href="/rowers/me/garminauthorize"><img src="/static/img/garmin_badge_130.png"
alt="connect with Garmin" with="130"></a></p>
alt="connect with Garmin" width="130"></a></p>
<p><a href="/rowers/me/rp3authorize"><img src="/static/img/logo-rp3-full-black.png"
alt="connect with RP3" width="130"></a></p>
{% endblock %}