remotes/origin/diplom_integration
Andrey 8 years ago
parent 6de90bb286
commit 084d866172
  1. 2
      progress/views.py

@ -190,7 +190,7 @@ class StudentUpdateProgress(APIView):
)
if pv.status == ProgressLesson.STATUSES.done:
Response(SecureProgressSerializer(pv.progress).data, status=200)
return Response(SecureProgressSerializer(pv.progress).data, status=200)
if not pv.status == ProgressLesson.STATUSES.wait:
if pv.checker == pv.progress.user:

Loading…
Cancel
Save