Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
b409f7a38855b1dd573dd4ef6633755f2e9e3411
/
.
/
erpnext
/
www
/
lms
/
index.py
blob: a586b40741acdd4ece54a3519705fdf91b28243a [
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
()
context
.
settings
=
frappe
.
get_doc
(
"Education Settings"
)