Skip to content
Snippets Groups Projects
Commit b95de106 authored by Jan Prachař's avatar Jan Prachař
Browse files

org_score: Zobrazovat pořadí u všech soutěžících

parent a2f4cab4
No related branches found
No related tags found
No related merge requests found
...@@ -216,11 +216,7 @@ def org_score(round_id: Optional[int] = None, hier_id: Optional[int] = None, ct_ ...@@ -216,11 +216,7 @@ def org_score(round_id: Optional[int] = None, hier_id: Optional[int] = None, ct_
school = pant.school_place school = pant.school_place
local_pion_ct_id = subcontest_id_map[(round.round_id, pion.contest_id)] local_pion_ct_id = subcontest_id_map[(round.round_id, pion.contest_id)]
order_cell: Union[Cell, str]
if result.successful or not score.want_successful:
order_cell = OrderCell(result.order.place, result.order.span, result.order.continuation) order_cell = OrderCell(result.order.place, result.order.span, result.order.continuation)
else:
order_cell = ""
if result.winner: if result.winner:
status = 'vítěz' status = 'vítěz'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment