From 5c67c6725d46ac809dee3ca3acf7f75ebfa21185 Mon Sep 17 00:00:00 2001 From: Alice <alice.poggioli@hotmail.fr> Date: Mon, 16 Sep 2019 17:08:32 +0200 Subject: [PATCH] Feature: Search form for history of mentor resources. --- src/includes/mentor/resources/create.pug | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/includes/mentor/resources/create.pug b/src/includes/mentor/resources/create.pug index 7ba9d9b1..6c273aca 100644 --- a/src/includes/mentor/resources/create.pug +++ b/src/includes/mentor/resources/create.pug @@ -8,7 +8,7 @@ p.p_entete Thank you for enriching our database ! sib-form#resource-creation-form( data-src=`${endpoints.resources}` fields="mandatory_information(header_mandatory, name, country, language, uri,\ - format, field, author, publication_year, skills),\ + format, fields, author, publication_year, skills),\ complementary_information(header_complementary, description, iframe_link,\ preview_image, tags),classification(header_classification, target, type, steps),\ access(header_access, sharing),related_section(header_related, related)" @@ -23,7 +23,7 @@ p.p_entete Thank you for enriching our database ! range-format=`${endpoints.formats}` range-steps=`${endpoints.steps}` range-language=`${endpoints.languages}` - range-field=`${endpoints.fields}` + range-fields=`${endpoints.fields}` range-related=`${endpoints.resources}` label-header_mandatory='Mandatory information' @@ -37,7 +37,7 @@ p.p_entete Thank you for enriching our database ! label-language='Language*' label-uri='Location/weblink*' label-format='Format*' - label-field='Field*' + label-fields='Field*' label-author='Resource author*' label-publication_year='Year of publication*' label-skills='Learning outcomes, skills*' @@ -54,8 +54,8 @@ p.p_entete Thank you for enriching our database ! label-related='Add a resource' - multiple-field='sib-multiple-select' - widget-field='sib-form-auto-completion' + multiple-fields='sib-multiple-select' + widget-fields='sib-form-auto-completion' multiple-type='sib-multiple-select' widget-type='sib-form-auto-completion' -- GitLab