diff --git a/src/includes/entrepreneur/dashboard.pug b/src/includes/entrepreneur/dashboard.pug
index e2963f8fac71f4720637c2a94ea6b52a0fdb1e53..422ad21fd8a727c97644a9127b34b4fcfdc5b62f 100644
--- a/src/includes/entrepreneur/dashboard.pug
+++ b/src/includes/entrepreneur/dashboard.pug
@@ -17,7 +17,7 @@ section#home
 
 
     //TODO : investigate why we have to remove hidden attribute to see this even if we are on the right route.
-    #entrepreneur-resource-list()
+    #entrepreneur-resource-list(hidden).no-sidebar.container
         include ./resources/list.pug
 
         sib-router
diff --git a/src/includes/entrepreneur/profile/edit.pug b/src/includes/entrepreneur/profile/edit.pug
index 59460e4646e50e4b43914cc1199b594ab6b24b9d..3f0197f8e9e1544b6b7090b085ca80eeeb182f91 100644
--- a/src/includes/entrepreneur/profile/edit.pug
+++ b/src/includes/entrepreneur/profile/edit.pug
@@ -1,6 +1,6 @@
 include ../../components/widgets
 
-h2.title_create Edit you account
+h2.title_create Edit your account
 
 sib-form.block_log.block_creat_count(
     bind-user
@@ -8,7 +8,6 @@ sib-form.block_log.block_creat_count(
             
     range-entrepreneur_profile.organisation=`${endpoints.organisations}`
 
-    
     label-first_name="Surname"
     label-last_name="Name"
     label-username="Username"
@@ -25,9 +24,6 @@ sib-form.block_log.block_creat_count(
     multiple-entrepreneur_profile.organisation='sib-multiple-select'
     widget-entrepreneur_profile.organisation='sib-form-auto-completion'
 
-    range-mentor_profile.organisation=`${endpoints.organisations}`
-
-
     submit-button="Save modifications"
-    next='entrepreneur-dashboard'
+    next='entrepreneur-resource-list'
 )
\ No newline at end of file