fix: restrict profile and mark as complete

This commit is contained in:
Jannat Patel
2021-12-21 11:11:39 +05:30
parent ea06fe8cf8
commit ff702c9d14
21 changed files with 110 additions and 45 deletions

View File

@@ -1,4 +1,5 @@
import frappe
from school.lms.doctype.lms_settings.lms_settings import check_profile_restriction
def get_context(context):
context.no_cache = 1
@@ -20,6 +21,7 @@ def get_context(context):
context.membership = membership
if context.course.upcoming:
context.is_user_interested = get_user_interest(context.course.name)
context.restriction = check_profile_restriction()
context.metatags = {
"title": course.title,
"image": course.image,