From 23fe376636383db04cb468b6148e5ef470bc6f61 Mon Sep 17 00:00:00 2001 From: Mikhail Bortnikov Date: Thu, 6 Jul 2017 20:41:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D1=89=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BA=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=D1=83=20?= =?UTF-8?q?=D0=BA=D0=BB=D0=B0=D1=81=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- journals/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journals/models.py b/journals/models.py index a1845f2..9d8d32f 100755 --- a/journals/models.py +++ b/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: