From db1b84c7413e8bf5784baef6eb821fd06827f3a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 22 Mar 2010 23:06:37 +0100 Subject: [PATCH] Display expertise in mentor view MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- templates/profile/fiche_referent.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/profile/fiche_referent.tpl b/templates/profile/fiche_referent.tpl index 4b7bc04..a543510 100644 --- a/templates/profile/fiche_referent.tpl +++ b/templates/profile/fiche_referent.tpl @@ -33,13 +33,13 @@
- {if $expertise != '' || $sectors|count || $countries|count } + {if $profile->expertise != '' || $sectors|count || $countries|count }

Informations de référent :

- {if $expertise} + {if $profile->expertise}
Expertise :
- {$expertise|nl2br} + {$profile->expertise|nl2br}
{/if} {if $sectors|count} -- 2.1.4