Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
1869419bdcdbc87161c21ae3ea852f01b2463da2
/
.
/
erpnext
/
www
/
lms
/
index.py
blob: 1bba69f4704cd71197e6d73542ac8c004e5e23ce [
file
] [
log
] [
blame
]
from
__future__
import
unicode_literals
import
frappe
import
erpnext
.
education
.
utils
as
utils
def
get_context
(
context
):
context
.
featured
=
utils
.
get_featured_programs
()