tested
This commit is contained in:
@@ -3702,7 +3702,7 @@ class Workout(models.Model):
|
||||
except AttributeError:
|
||||
dates = ''
|
||||
try:
|
||||
durations = self.duration.strftime("%H:%M:%S"),
|
||||
durations = self.duration.strftime("%H:%M:%S")
|
||||
except AttributeError:
|
||||
durations = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user