brotherton-erpnext/erpnext/www/lms/index.py
2019-02-19 13:06:29 +05:30

7 lines
233 B
Python

from __future__ import unicode_literals
import frappe
import erpnext.education.utils as utils
def get_context(context):
context.featured = utils.get_featured_programs()
context.settings = frappe.get_doc("Education Settings")