fix typo
This commit is contained in:
parent
66177139ef
commit
6fc8a89e32
@ -1,8 +0,0 @@
|
||||
from alkatorapi.models import ALKATOR_CHOICES, User
|
||||
n = 1
|
||||
for user in User.objects.order_by('duration'):
|
||||
if user.alkator_category == 1:
|
||||
print(f'{n}. {user.duration} {ALKATOR_CHOICES[user.alkator_category-1][1]} {user.starting_number:02}')
|
||||
n += 1
|
||||
else:
|
||||
print(f'x. {user.duration} {ALKATOR_CHOICES[user.alkator_category-1][1]} {user.starting_number:02}')
|
@ -183,7 +183,7 @@ def results(request):
|
||||
if not user.duration and user.starting_number:
|
||||
results.append({
|
||||
'order': 'DNF',
|
||||
'duration': 'Nedonkočil',
|
||||
'duration': 'Nedokončil',
|
||||
'starting_number': user.starting_number,
|
||||
'alkator_category': ''
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user