tex-upload: fix nastaveného čísla řešení
This commit is contained in:
parent
d89e56564f
commit
4460a048ec
1 changed files with 1 additions and 1 deletions
|
@ -841,7 +841,7 @@ def texUploadView(request):
|
|||
|
||||
if meta["typ"] == "reseni":
|
||||
problem.text_reseni = html
|
||||
problem.cislo_reseni = cislo
|
||||
problem.cislo_reseni = meta["cislo_reseni"]
|
||||
# při nahrávání řešení už původní zadání atd. neměníme
|
||||
else:
|
||||
problem.text_zadani = html
|
||||
|
|
Loading…
Reference in a new issue