diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index 178b732e4a1..6c42c5cfcdb 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -170,11 +170,9 @@ default_roles = [
]
role_home_page = {
- "LMS User": "`lms`"
+ "LMS User": "/lms"
}
-# get_website_user_home_page = "erpnext.education.utils.get_home_page"
-
has_website_permission = {
"Sales Order": "erpnext.controllers.website_list_for_contact.has_website_permission",
"Quotation": "erpnext.controllers.website_list_for_contact.has_website_permission",
diff --git a/erpnext/public/js/education/lms/components/Navbar.vue b/erpnext/public/js/education/lms/components/Navbar.vue
new file mode 100644
index 00000000000..69445c1116d
--- /dev/null
+++ b/erpnext/public/js/education/lms/components/Navbar.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/erpnext/public/js/education/lms/lmsRoot.vue b/erpnext/public/js/education/lms/lmsRoot.vue
index 3a6cb801712..a0934ef94af 100644
--- a/erpnext/public/js/education/lms/lmsRoot.vue
+++ b/erpnext/public/js/education/lms/lmsRoot.vue
@@ -1,10 +1,15 @@