From 7d5f5ace49a9236dfbdf88bdab9f1a112f51dfa5 Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Wed, 11 Sep 2019 16:45:05 +0200
Subject: [PATCH] Quick fixes

---
 src/includes/entrepreneur/dashboard.pug    | 2 +-
 src/includes/entrepreneur/profile/edit.pug | 8 ++------
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/includes/entrepreneur/dashboard.pug b/src/includes/entrepreneur/dashboard.pug
index e2963f8f..422ad21f 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 59460e46..3f0197f8 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
-- 
GitLab