Merge branch 'current_branch' into 'dev'

migrate update

See merge request !30
feature/fix_generate_pass
Andrey 8 years ago
commit f8463f2511
  1. 2
      progress/views.py

@ -108,7 +108,7 @@ class TeacherUpdateProgress(APIView):
lesson_token=lesson_token,
)
if not pv.status == ProgressLesson.STATUSES.wait:
if pv.status == ProgressLesson.STATUSES.wait:
if action == "no":
pv.status = ProgressLesson.STATUSES.fail

Loading…
Cancel
Save