Sesortena neverejna aktualni vysledkovka
This commit is contained in:
parent
281b6551f8
commit
6dcd87684a
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ def cisla_rocniku(rocnik, jen_verejne=True):
|
||||||
if jen_verejne:
|
if jen_verejne:
|
||||||
return rocnik.verejna_cisla()
|
return rocnik.verejna_cisla()
|
||||||
else:
|
else:
|
||||||
return rocnik.cisla.all()
|
return rocnik.cisla.all().order_by('poradi')
|
||||||
|
|
||||||
def hlavni_problem(problem):
|
def hlavni_problem(problem):
|
||||||
""" Pro daný problém vrátí jeho nejvyšší nadproblém."""
|
""" Pro daný problém vrátí jeho nejvyšší nadproblém."""
|
||||||
|
|
Loading…
Reference in a new issue