More Improvements
diff --git a/erpnext/education/utils.py b/erpnext/education/utils.py
index bf7327b..5fee69b 100644
--- a/erpnext/education/utils.py
+++ b/erpnext/education/utils.py
@@ -124,4 +124,12 @@
 
 def check_activity_exists(enrollment, content_type, content):
 	activity = frappe.get_all("Course Activity", filters={'enrollment': enrollment, 'content_type': content_type, 'content': content})
-	return bool(activity)
\ No newline at end of file
+	return bool(activity)
+
+# def get_home_page(user):
+# 	print("----------------------------------------------------------------------")
+# 	print("Let's do a lot of magic")
+# 	if get_current_student():
+# 		return 'lms#/Profile'
+# 	else:
+# 		return None
\ No newline at end of file