Shivam Mishra | 823c795 | 2019-05-19 16:01:45 +0530 | [diff] [blame] | 1 | from __future__ import unicode_literals |
2 | import erpnext.education.utils as utils | ||||
3 | import frappe | ||||
4 | |||||
5 | no_cache = 1 | ||||
6 | |||||
7 | def get_context(context): | ||||
8 | context.education_settings = frappe.get_single("Education Settings") | ||||
Shivam Mishra | f927502 | 2019-05-29 18:39:52 +0530 | [diff] [blame] | 9 | context.all_programs = utils.get_portal_programs() |