Skip to content
Snippets Groups Projects
Commit 7d5f5ace authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Quick fixes

parent 05e00333
No related branches found
No related tags found
1 merge request!29Feature/entrepreneur account
...@@ -17,7 +17,7 @@ section#home ...@@ -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. //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 include ./resources/list.pug
sib-router sib-router
......
include ../../components/widgets include ../../components/widgets
h2.title_create Edit you account h2.title_create Edit your account
sib-form.block_log.block_creat_count( sib-form.block_log.block_creat_count(
bind-user bind-user
...@@ -8,7 +8,6 @@ sib-form.block_log.block_creat_count( ...@@ -8,7 +8,6 @@ sib-form.block_log.block_creat_count(
range-entrepreneur_profile.organisation=`${endpoints.organisations}` range-entrepreneur_profile.organisation=`${endpoints.organisations}`
label-first_name="Surname" label-first_name="Surname"
label-last_name="Name" label-last_name="Name"
label-username="Username" label-username="Username"
...@@ -25,9 +24,6 @@ sib-form.block_log.block_creat_count( ...@@ -25,9 +24,6 @@ sib-form.block_log.block_creat_count(
multiple-entrepreneur_profile.organisation='sib-multiple-select' multiple-entrepreneur_profile.organisation='sib-multiple-select'
widget-entrepreneur_profile.organisation='sib-form-auto-completion' widget-entrepreneur_profile.organisation='sib-form-auto-completion'
range-mentor_profile.organisation=`${endpoints.organisations}`
submit-button="Save modifications" submit-button="Save modifications"
next='entrepreneur-dashboard' next='entrepreneur-resource-list'
) )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment