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