From c868b5addee35c8ad318dbb5e55ae21872342a3a Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Fri, 8 Jan 2021 03:06:29 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20doublon=20de=20comp=C3=A9tence=20?= =?UTF-8?q?dans=20tchat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/chat-resultat-competence.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chat-resultat-competence.html b/templates/chat-resultat-competence.html index c0ee31d4..65047838 100644 --- a/templates/chat-resultat-competence.html +++ b/templates/chat-resultat-competence.html @@ -2,7 +2,7 @@ {{alias}} {{show.title}}: {{#if selectedCarac}}{{selectedCarac.label}} {{#if competence}} - {{#unless (eq selectedCarac.label competence.name)}} / {{competence.name}}{{/unless}} / {{competence.name}} + {{#unless (eq selectedCarac.label competence.name)}} / {{competence.name}}{{/unless}} {{/if}} {{/if}}