commit | 91bbe10495b637a83eb7cb76bdcd14cd353f275a | [log] [tgz] |
---|---|---|
author | scmmishra <scm.mymail@gmail.com> | Thu Oct 18 16:19:33 2018 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Tue Feb 19 13:06:29 2019 +0530 |
tree | b7ca7c4f79c87e87f016a744e5cdd23c92ac2126 | |
parent | 5569cbf82c43b4ee70308efb9c383bbcf19c6a9a [diff] [blame] |
LMS: More changes to the web view
diff --git a/erpnext/www/lms/course.py b/erpnext/www/lms/course.py index 9e87427..a05725e 100644 --- a/erpnext/www/lms/course.py +++ b/erpnext/www/lms/course.py
@@ -17,7 +17,7 @@ current_content = frappe.get_doc(content_type, content_name) # Saving context variables for Jinja - context.current_content = current_content + context.content = current_content context.course_name = course_name context.program_name = program_name context.content_type = content_type