From aab35b2e33338f3cf5dc1e658b0fbb58c41f6dcb Mon Sep 17 00:00:00 2001 From: Alice <alice.poggioli@hotmail.fr> Date: Fri, 20 Sep 2019 14:14:23 +0200 Subject: [PATCH] Bug: field with an 's' --- src/includes/entrepreneur/requests/create.pug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/includes/entrepreneur/requests/create.pug b/src/includes/entrepreneur/requests/create.pug index 36925b48..fcbce15e 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' -- GitLab