Private
Public Access
1
0

added ritmo time logo

This commit is contained in:
Sander Roosendaal
2018-06-22 12:50:34 +02:00
parent aad5020723
commit c7c7199a7b
6 changed files with 4 additions and 1 deletions

BIN
logos/ritmo_logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -168,7 +168,7 @@ def make_new_workout_from_email(rower, datafile, name, cntr=0,testing=False):
oarlength=oarlength,
title=name,
workoutsource=fileformat,
notes='imported through email'
notes=''
)

View File

@@ -643,6 +643,7 @@ class Rower(models.Model):
tokenexpirydate = models.DateTimeField(blank=True,null=True)
c2refreshtoken = models.CharField(default='',max_length=200,blank=True,null=True)
c2_auto_export = models.BooleanField(default=False)
c2_auto_import = models.BooleanField(default=False)
sporttrackstoken = models.CharField(default='',max_length=200,blank=True,null=True)
sporttrackstokenexpirydate = models.DateTimeField(blank=True,null=True)
sporttracksrefreshtoken = models.CharField(default='',max_length=200,

View File

@@ -16,6 +16,7 @@
<li> BoatCoach </li>
<li> RowingCoach </li>
<li> Quiske RowP</li>
<li> Ritmo Time</li>
<li> Speedcoach XL (CSV)</li>
<li> Speedcoach GPS (FIT and CSV)</li></ul></p>

View File

@@ -29,6 +29,7 @@
<img src="/static/img/bcsquare.png" alt="BoatCoach icon" width="30" height="30">
<img src="/static/img/pssquare.png" alt="PainSled icon" width="30" height="30">
<img src="/static/img/coxmate.png" alt="CoxMate icon" width="30" height="30">
<img src="/static/img/ritmo_logo.gif" alt="RitmoTime icon" width="30" height="30">
</p>
</div>

BIN
static/img/ritmo_logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB