Private
Public Access
1
0

better checks of import/export settings

This commit is contained in:
Sander Roosendaal
2020-07-13 21:43:59 +02:00
parent 1de9ed2f09
commit f29c20cfb7
2 changed files with 54 additions and 1 deletions

View File

@@ -5,6 +5,34 @@
{% block main %}
<h1>Import and Export Settings for {{ rower.user.first_name }} {{ rower.user.last_name }}</h1>
<p>You are currently connected to:
{% if r.c2token %}
Concept2 Logbook,
{% endif %}
{% if r.sporttrackstoken %}
SportTracks,
{% endif %}
{% if r.underarmourtoken %}
Under Armour (MapMyFitness),
{% endif %}
{% if r.tptoken %}
TrainingPeaks,
{% endif %}
{% if r.polartoken %}
Polar,
{% endif %}
{% if r.garmintoken %}
Garmin Connect,
{% endif %}
{% if r.stravatoken %}
Strava,
{% endif %}
{% if r.runkeepertoken %}
Runkeeper.
{% endif %}
Strava,
</p>
{% if form.errors %}
<p style="color: red;">
Please correct the error{{ form.errors|pluralize }} below.