commit | 75ad128912176b3ee60c1139ee5db01737328fd6 | [log] [tgz] |
---|---|---|
author | scmmishra <scm.mymail@gmail.com> | Mon Oct 29 12:30:19 2018 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Tue Feb 19 13:06:29 2019 +0530 |
tree | badb1d1bd4d2acdfc26a09d813500c6b332b46f8 | |
parent | 9e80f32e2a134a7edeb579a11ed23409fe15320a [diff] [blame] |
Added LMS Settings
diff --git a/erpnext/www/lms/index.py b/erpnext/www/lms/index.py index 1bba69f..a586b40 100644 --- a/erpnext/www/lms/index.py +++ b/erpnext/www/lms/index.py
@@ -3,4 +3,5 @@ import erpnext.education.utils as utils def get_context(context): - context.featured = utils.get_featured_programs() \ No newline at end of file + context.featured = utils.get_featured_programs() + context.settings = frappe.get_doc("Education Settings") \ No newline at end of file