LMS: More changes to the web view
diff --git a/erpnext/www/lms/course.py b/erpnext/www/lms/course.py
index 9e87427..a05725e 100644
--- a/erpnext/www/lms/course.py
+++ b/erpnext/www/lms/course.py
@@ -17,7 +17,7 @@
         current_content = frappe.get_doc(content_type, content_name)
 
         # Saving context variables for Jinja
-        context.current_content = current_content
+        context.content = current_content
         context.course_name = course_name
         context.program_name = program_name
         context.content_type = content_type