2018-10-08 09:56:05 +00:00
|
|
|
from __future__ import unicode_literals
|
|
|
|
import frappe
|
2018-10-16 12:24:18 +00:00
|
|
|
import erpnext.education.utils as utils
|
2018-10-08 09:56:05 +00:00
|
|
|
|
|
|
|
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")
|