feat: added custom pages at subgroup level
This commit is contained in:
@@ -27,5 +27,5 @@ def get_context(context):
|
||||
|
||||
# Function to render to custom page given the slug
|
||||
context.render_page = lambda page: frappe.render_template(
|
||||
cohort.get_page_template(page),
|
||||
cohort.get_page_template(page, scope="Cohort"),
|
||||
context)
|
||||
|
||||
Reference in New Issue
Block a user