rp3 auth working
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user