diff --git a/src/includes/entrepreneur/profile/create.pug b/src/includes/entrepreneur/profile/create.pug index 4bd269346c539dbbcfb7c149761a1c14ef4943be..37614b5a667faf5e38f8ba3baccdfb83075d1b38 100644 --- a/src/includes/entrepreneur/profile/create.pug +++ b/src/includes/entrepreneur/profile/create.pug @@ -9,6 +9,7 @@ figure.logo.img_log h2.title_create=`${data.CompleteEntrepreneurAccount}` sib-form#entrepreneur_profile_creation.block_log.block_creat_count( + partial bind-user fields="last_name, first_name, entrepreneurProfile.organisation, account.picture, username" diff --git a/src/includes/entrepreneur/profile/edit.pug b/src/includes/entrepreneur/profile/edit.pug index 9a411af874085c72a623d20b8b092de1d8efbd67..924a1794e5e409a891d42baa3e8df9b0d4581f46 100644 --- a/src/includes/entrepreneur/profile/edit.pug +++ b/src/includes/entrepreneur/profile/edit.pug @@ -1,6 +1,7 @@ h2.title_create= data.EditYourAccount sib-form#entrepreneur_profile_edition.block_log.block_creat_count( + partial bind-user fields="info(last_name, first_name, username, email, entrepreneurProfile.organisation, account.picture)" range-entrepreneurProfile.organisation=`${endpoints.organisations}` diff --git a/src/includes/entrepreneur/requests/create.pug b/src/includes/entrepreneur/requests/create.pug index 8291703fb6d072715a1cf4374809180f8889ea55..27db6d472e2188af37553d73c80704529cf144c7 100644 --- a/src/includes/entrepreneur/requests/create.pug +++ b/src/includes/entrepreneur/requests/create.pug @@ -13,6 +13,7 @@ img(src="../images/asid_entre.png" alt="rechercher de ressources") sib-form#resource-creation-form( + partial loader-id="resource-creation-form-loader" data-src=`${endpoints.requests}` fields="mandatory_information(header_mandatory, name, description, country, language),\ diff --git a/src/includes/mentor/profile/create.pug b/src/includes/mentor/profile/create.pug index e7bc8388706fa3de36599b3944587334ef1fc84d..23aa86ec62d4b629052dbc49ddadd399bdad452e 100644 --- a/src/includes/mentor/profile/create.pug +++ b/src/includes/mentor/profile/create.pug @@ -10,11 +10,12 @@ h2.title_create= data.CompleteMentorAccount sib-form#mentor_profile_creation.block_log.block_creat_count( bind-user + partial fields="account_information(last_name, first_name, mentorProfile.organisation,\ mentorProfile.phone, mentorProfile.languages, mentorProfile.fields),\ about_you(header_about_you, account.picture, mentorProfile.headline, mentorProfile.city, mentorProfile.country,\ mentorProfile.biography, mentorProfile.skills),\ - social_media(header_social_media, mentorProfile.linkedin, mentorProfile.twitter), username, account.slug" + social_media(header_social_media, mentorProfile.linkedin, mentorProfile.twitter), username" range-mentorProfile.fields=`${endpoints.fields}` range-mentorProfile.organisation=`${endpoints.organisations}` @@ -46,8 +47,6 @@ sib-form#mentor_profile_creation.block_log.block_creat_count( widget-mentorProfile.skills="sib-form-textarea" widget-mentorProfile.biography="sib-form-textarea" widget-username="sib-form-hidden" - widget-account.slug="sib-form-hidden" - value-account.slug="" class-mentorProfile.organisation='form-label is-dark' widget-mentorProfile.organisation='sib-form-auto-completion' diff --git a/src/includes/mentor/profile/edit.pug b/src/includes/mentor/profile/edit.pug index 2e8c5786caf0df995a742fe86b1df0a5f7b8b249..a67627c84fe2e8ec3fc1ce721372c32cd3fb8667 100644 --- a/src/includes/mentor/profile/edit.pug +++ b/src/includes/mentor/profile/edit.pug @@ -2,6 +2,7 @@ h2.title_create= data.EditYourAccount sib-form#mentor_profile_edition.block_log.block_creat_count( bind-user + partial fields="account_information(last_name, first_name, mentorProfile.organisation,\ mentorProfile.phone, mentorProfile.languages, mentorProfile.fields),\ about_you(header_about_you, account.picture, mentorProfile.headline, mentorProfile.city, mentorProfile.country,\ diff --git a/src/includes/mentor/resources/create.pug b/src/includes/mentor/resources/create.pug index be06ba6e4ba40dae4753fd45f1e0918083ffefcb..2b5bc0f1ec249c344f7eca69413fa106935471b7 100644 --- a/src/includes/mentor/resources/create.pug +++ b/src/includes/mentor/resources/create.pug @@ -5,6 +5,7 @@ p.p_entete=`${data.ThankYouEnrichingDatabase}` .block_log.block_creat_count sib-form#resource-creation-form( data-src=`${endpoints.resources}` + partial fields="mandatory_information(header_mandatory, name, country, language, uri,\ format, fields, author, publication_year, skills),\ complementary_information(header_complementary, description, iframe_link,\ diff --git a/src/includes/mentor/resources/edit.pug b/src/includes/mentor/resources/edit.pug index 7937469aa14d85ba3fe9388c6ee8d938af51486a..6fdc52f5061c2bcf038cd872f8dc657a334010b2 100644 --- a/src/includes/mentor/resources/edit.pug +++ b/src/includes/mentor/resources/edit.pug @@ -5,6 +5,7 @@ p.p_entete=`${data.ThankYouEnrichingDatabase}` .block_log.block_creat_count sib-form( bind-resources + partial fields="mandatory_information(header_mandatory, name, country, language, uri,\ format, field, author, publication_year, skills),\ complementary_information(header_complementary, description, iframe_link,\