diff --git a/logos/tpchecked.png b/logos/tpchecked.png new file mode 100644 index 00000000..a1d9e93d Binary files /dev/null and b/logos/tpchecked.png differ diff --git a/logos/tpgray.png b/logos/tpgray.png new file mode 100644 index 00000000..2f7593f9 Binary files /dev/null and b/logos/tpgray.png differ diff --git a/logos/tpicon.png b/logos/tpicon.png new file mode 100644 index 00000000..dec832ff Binary files /dev/null and b/logos/tpicon.png differ diff --git a/logos/tpicon.xcf b/logos/tpicon.xcf new file mode 100644 index 00000000..9784e76b Binary files /dev/null and b/logos/tpicon.xcf differ diff --git a/rowers/templates/export.html b/rowers/templates/export.html index 1ddf4c33..696b9709 100644 --- a/rowers/templates/export.html +++ b/rowers/templates/export.html @@ -128,6 +128,24 @@ Underarmour icon {% endif %} + + {% if workout.uploadedtotp == 0 %} + {% if user.rower.tptoken == None or user.rower.tptoken == '' %} +
+ + TrainingPeaks icon +
+ {% else %} +
+ Tp icon +
+ {% endif %} + {% else %} +
+ + TrainingPeaks icon +
+ {% endif %} diff --git a/static/img/tpchecked.png b/static/img/tpchecked.png new file mode 100644 index 00000000..a1d9e93d Binary files /dev/null and b/static/img/tpchecked.png differ diff --git a/static/img/tpgray.png b/static/img/tpgray.png new file mode 100644 index 00000000..2f7593f9 Binary files /dev/null and b/static/img/tpgray.png differ diff --git a/static/img/tpicon.png b/static/img/tpicon.png new file mode 100644 index 00000000..dec832ff Binary files /dev/null and b/static/img/tpicon.png differ