fix of timedelta
This commit is contained in:
parent
1069b80317
commit
8956522bab
@ -54,7 +54,7 @@ def results(request):
|
||||
order = 'x.'
|
||||
results.append({
|
||||
'order': order,
|
||||
'duration': user.duration,
|
||||
'duration': str(user.duration),
|
||||
'alkator_category': ALKATOR_CHOICES_DICT[user.alkator_category],
|
||||
'starting_number': user.starting_number,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user