fixing
This commit is contained in:
@@ -3582,7 +3582,7 @@ class Workout(models.Model):
|
||||
boattype = self.boattype
|
||||
workouttype = self.workouttype
|
||||
|
||||
if workouttype != 'water':
|
||||
if workouttype not in ['water','rower']:
|
||||
try:
|
||||
stri = u'{d} {n} {dist}m {duration} {workouttype} {ownerfirst} {ownerlast}'.format(
|
||||
d=date.strftime('%Y-%m-%d'),
|
||||
|
||||
Reference in New Issue
Block a user