tex-upload: změň fázi čísla na Nahráno
This commit is contained in:
parent
e0882def44
commit
c6d1bc8bf8
1 changed files with 2 additions and 0 deletions
|
@ -723,6 +723,8 @@ def texUploadView(request):
|
|||
problem.body = meta["body"]
|
||||
|
||||
problem.save()
|
||||
cislo.faze = cislo.FAZE_NAHRANO
|
||||
cislo.save()
|
||||
|
||||
# Vrátíme id dané úlohy, aby se k ní dala případně připojit pohádka
|
||||
return JsonResponse({"db_id": problem.id})
|
||||
|
|
Loading…
Reference in a new issue