Private
Public Access
1
0

bug fixes for bulk actions

This commit is contained in:
2024-01-24 19:12:55 +01:00
parent 1ac08b24b6
commit 16482ee929
3 changed files with 14 additions and 4 deletions

View File

@@ -3600,6 +3600,8 @@ class Workout(models.Model):
)
except ValueError:
stri = self.name
except AttributeError:
return "No workout"
else:
try:
stri = u'{d} {n} {dist}m {duration} {workouttype} {boattype} {ownerfirst} {ownerlast}'.format(