blob: ff7073dc9cf5bc9b86743f0f8197155fe6063004 [file] [log] [blame]
scmmishra6660a672018-10-08 17:18:11 +05301from __future__ import unicode_literals
2import frappe
3
4
5def get_context(context):
6 context.current_course = frappe.get_doc("Course", frappe.form_dict["course"])
7 context.current_content = frappe.get_doc("Content", frappe.form_dict["content"])
8 next_content = get_next_content()