Merge branch 'develop' into 'master'

Develop

See merge request skillbox/go.skillbox.ru!86
remotes/origin/pm_task_31703
Zolotarev Alexander 8 years ago
commit 73dc004a3b
  1. 2
      journals/models.py

@ -785,7 +785,7 @@ class HomeworkJ(models.Model):
elif _type == 'E':
obj = ExamJ
j = obj.objects.get_or_create(material=_next, student=self.student)
j, _c = obj.objects.get_or_create(material=_next, student=self.student)
if self.success:
j.open_material()
return {'button': search_in_collection(BUTTON_TYPE,

Loading…
Cancel
Save