fix
This commit is contained in:
@@ -3540,7 +3540,7 @@ class Workout(models.Model):
|
||||
ownerlast=ownerlast,
|
||||
)
|
||||
except ValueError:
|
||||
stri = 'workout'
|
||||
stri = self.name
|
||||
else:
|
||||
try:
|
||||
stri = u'{d} {n} {dist}m {duration} {workouttype} {boattype} {ownerfirst} {ownerlast}'.format(
|
||||
|
||||
Reference in New Issue
Block a user