added ritmo time logo
This commit is contained in:
BIN
logos/ritmo_logo.gif
Normal file
BIN
logos/ritmo_logo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
@@ -168,7 +168,7 @@ def make_new_workout_from_email(rower, datafile, name, cntr=0,testing=False):
|
|||||||
oarlength=oarlength,
|
oarlength=oarlength,
|
||||||
title=name,
|
title=name,
|
||||||
workoutsource=fileformat,
|
workoutsource=fileformat,
|
||||||
notes='imported through email'
|
notes=''
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -643,6 +643,7 @@ class Rower(models.Model):
|
|||||||
tokenexpirydate = models.DateTimeField(blank=True,null=True)
|
tokenexpirydate = models.DateTimeField(blank=True,null=True)
|
||||||
c2refreshtoken = models.CharField(default='',max_length=200,blank=True,null=True)
|
c2refreshtoken = models.CharField(default='',max_length=200,blank=True,null=True)
|
||||||
c2_auto_export = models.BooleanField(default=False)
|
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)
|
sporttrackstoken = models.CharField(default='',max_length=200,blank=True,null=True)
|
||||||
sporttrackstokenexpirydate = models.DateTimeField(blank=True,null=True)
|
sporttrackstokenexpirydate = models.DateTimeField(blank=True,null=True)
|
||||||
sporttracksrefreshtoken = models.CharField(default='',max_length=200,
|
sporttracksrefreshtoken = models.CharField(default='',max_length=200,
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
<li> BoatCoach </li>
|
<li> BoatCoach </li>
|
||||||
<li> RowingCoach </li>
|
<li> RowingCoach </li>
|
||||||
<li> Quiske RowP</li>
|
<li> Quiske RowP</li>
|
||||||
|
<li> Ritmo Time</li>
|
||||||
<li> Speedcoach XL (CSV)</li>
|
<li> Speedcoach XL (CSV)</li>
|
||||||
<li> Speedcoach GPS (FIT and CSV)</li></ul></p>
|
<li> Speedcoach GPS (FIT and CSV)</li></ul></p>
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
<img src="/static/img/bcsquare.png" alt="BoatCoach icon" width="30" height="30">
|
<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/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/coxmate.png" alt="CoxMate icon" width="30" height="30">
|
||||||
|
<img src="/static/img/ritmo_logo.gif" alt="RitmoTime icon" width="30" height="30">
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
BIN
static/img/ritmo_logo.gif
Normal file
BIN
static/img/ritmo_logo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
Reference in New Issue
Block a user