Merge branch 'tex-upload'
This commit is contained in:
commit
4093195a8c
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ def texUploadView(request):
|
||||||
|
|
||||||
if meta["typ"] == "reseni":
|
if meta["typ"] == "reseni":
|
||||||
problem.text_reseni = html
|
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
|
# při nahrávání řešení už původní zadání atd. neměníme
|
||||||
else:
|
else:
|
||||||
problem.text_zadani = html
|
problem.text_zadani = html
|
||||||
|
|
Loading…
Reference in a new issue