fix
This commit is contained in:
@@ -3552,9 +3552,9 @@ class Workout(models.Model):
|
||||
boattype=boattype,
|
||||
ownerfirst=ownerfirst,
|
||||
ownerlast=ownerlast,
|
||||
)
|
||||
except ValueError:
|
||||
stri = 'workout'
|
||||
)
|
||||
except (ValueError, AttributeError):
|
||||
stri = workout.name
|
||||
|
||||
return stri
|
||||
|
||||
|
||||
Reference in New Issue
Block a user