Merge branch 'release/v17.6.26'
This commit is contained in:
@@ -3554,7 +3554,7 @@ class Workout(models.Model):
|
|||||||
ownerlast=ownerlast,
|
ownerlast=ownerlast,
|
||||||
)
|
)
|
||||||
except (ValueError, AttributeError):
|
except (ValueError, AttributeError):
|
||||||
stri = workout.name
|
stri = self.name
|
||||||
|
|
||||||
return stri
|
return stri
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user