Merge branch 'hotfix/fix-request-21' into 'develop'

обращение к методу класса

See merge request !27
remotes/origin/pm_task_31703
Павел Матвеев 9 years ago
commit b6bda592a5
  1. 2
      journals/models.py

@ -429,7 +429,7 @@ class CourseThemeJ(models.Model):
elif actual_lesson != self.actual_lesson.id:
self.actual_lesson = Lesson.objects.get(id=self.make_actual_lesson())
if check_lessons():
if self.check_lessons():
self.success = True
if self.set_open:

Loading…
Cancel
Save