diff --git a/src/includes/entrepreneur/requests/create.pug b/src/includes/entrepreneur/requests/create.pug index 36925b483395bb5ab8b99c4ec53f16ff6b6d9a34..fcbce15e621f73864fa57fa7cb97d141e292f870 100644 --- a/src/includes/entrepreneur/requests/create.pug +++ b/src/includes/entrepreneur/requests/create.pug @@ -6,13 +6,13 @@ p You can't find a resource you are looking for ? You need resources to acquire sib-form#resource-creation-form( data-src=`${endpoints.requests}` fields="mandatory_information(header_mandatory, name, description, country, language),\ - complementary_information(header_complementary, field, organisation, skills)" + complementary_information(header_complementary, fields, organisation, skills)" widget-header_mandatory='cs-section_header' widget-header_complementary='cs-section_header' range-language=`${endpoints.languages}` - range-field=`${endpoints.fields}` + range-fields=`${endpoints.fields}` range-organisation=`${endpoints.organisations}` label-header_mandatory='Mandatory information' @@ -26,8 +26,8 @@ p You can't find a resource you are looking for ? You need resources to acquire label-organisation='Organisation' label-skills='What do you need to learn with this resource ?' - multiple-field='sib-multiple-select' - widget-field='sib-form-auto-completion' + multiple-fields='sib-multiple-select' + widget-fields='sib-form-auto-completion' multiple-language='sib-multiple-select' widget-language='sib-form-auto-completion'