fix: tests and moved course functions to lms utils

This commit is contained in:
Jannat Patel
2022-02-10 10:22:01 +05:30
parent fd5b7976e7
commit 08fff1700f
16 changed files with 278 additions and 269 deletions

View File

@@ -1,8 +1,8 @@
from re import I
import frappe
from school.www.utils import get_common_context, redirect_to_lesson, get_lesson_url
from school.www.utils import get_common_context, redirect_to_lesson
from school.lms.utils import get_lesson_url
from frappe.utils import cstr, flt
from school.www import batch
def get_context(context):