3757a4eab8
Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
6 lines
173 B
Python
6 lines
173 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() |