From c04b484dd5009fd92fac02a7a7fc9f4f81576201 Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Sun, 7 Jul 2019 19:44:39 +0200
Subject: [PATCH] Finish the replacement on front side

---
 src/includes/resource/list.pug | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/includes/resource/list.pug b/src/includes/resource/list.pug
index 486c080a..dd4eca3f 100644
--- a/src/includes/resource/list.pug
+++ b/src/includes/resource/list.pug
@@ -1,7 +1,7 @@
-sib-widget(name='resource-format-title')
+sib-widget(name='resource-format-name')
     template
         div
-            p ${value.title}
+            p ${value.name}
 
 p: a Watch a video presentation
 
@@ -17,10 +17,10 @@ div.resources__newresource
     data-src=`${sdn}/resources/`,
     data-fields='title, description, format, author, publication_year, language.name, steps',
     search-fields='title, description, format',
-    widget-format='resource-format-title',
+    widget-format='resource-format-name',
     multiple-format,
     
-    widget-steps='resource-format-title',
+    widget-steps='resource-format-name',
     multiple-steps,
     
     set-content='title, description',
-- 
GitLab