diff --git a/src/includes/mentor/profile/edit.pug b/src/includes/mentor/profile/edit.pug index c758091c3d4aa339cf511426c51cd48146c4c379..198a850a3b35ce05fb54806682eb33c30e7e4f1a 100644 --- a/src/includes/mentor/profile/edit.pug +++ b/src/includes/mentor/profile/edit.pug @@ -7,7 +7,7 @@ sib-form#mentor_profile_edition.block_log.block_creat_count( fields="account_information(last_name, first_name, mentor_profile.organisation,\ mentor_profile.phone, mentor_profile.languages, mentor_profile.fields),\ about_you(header_about_you, account.picture, mentor_profile.headline, mentor_profile.city, mentor_profile.country,\ - mentor_profile.biography, mentor_profile.skills),\ + mentor_profile.biography, mentor_profile.skills, resources),\ social_media(header_social_media, mentor_profile.linkedin, mentor_profile.twitter), username" range-mentor_profile.fields=`${endpoints.fields}` @@ -39,6 +39,7 @@ sib-form#mentor_profile_edition.block_log.block_creat_count( widget-mentor_profile.skills="sib-form-textarea" widget-mentor_profile.biography="sib-form-textarea" widget-username="sib-form-hidden" + widget-resources="hidden-widget" class-mentor_profile.organisation='form-label is-dark' widget-mentor_profile.organisation='sib-form-auto-completion'