blob: c0c18c35341d50de71095f2d9775dc69e13c149a [file] [log] [blame]
Shivam Mishra823c7952019-05-19 16:01:45 +05301from __future__ import unicode_literals
2import erpnext.education.utils as utils
3import frappe
4
5no_cache = 1
6
7def get_context(context):
8 context.education_settings = frappe.get_single("Education Settings")
Shivam Mishraf9275022019-05-29 18:39:52 +05309 context.all_programs = utils.get_portal_programs()