Zalomeni komentare na dalsi radek.
This commit is contained in:
parent
43c1ae9c14
commit
c61a5d1bd9
1 changed files with 2 additions and 1 deletions
|
@ -474,7 +474,8 @@ def gen_ulohy_k_tematum(rnd, rocniky, rocnik_cisla, rocnik_temata, organizatori)
|
|||
zad = TextNode.objects.create(text = text_zadani)
|
||||
uloha_zadani = UlohaZadaniNode.objects.create(uloha=p, first_child = zad)
|
||||
p.ulohazadaninode = uloha_zadani
|
||||
otec_syn(mozna_tema_vcn, uloha_zadani) # TODO dělá se podproblém takto??? TODO
|
||||
otec_syn(mozna_tema_vcn, uloha_zadani)
|
||||
# TODO dělá se podproblém takto??? TODO
|
||||
|
||||
text_vzoraku = Text.objects.create(
|
||||
na_web = rnd.choice(reseni),
|
||||
|
|
Loading…
Reference in a new issue