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