brotherton-erpnext/erpnext/www/lms/index.py

7 lines
233 B
Python
Raw Normal View History

from __future__ import unicode_literals
import frappe
import erpnext.education.utils as utils
def get_context(context):
2018-10-29 07:00:19 +00:00
context.featured = utils.get_featured_programs()
context.settings = frappe.get_doc("Education Settings")