From 3b7ff43faf8c196e807c0e6c49add78beee0b370 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 7 Mar 2011 01:35:41 +0100 Subject: [PATCH] Fixes text on mentor profile. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- 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 18313db..0fe683d 100644 --- a/templates/profile/fiche_referent.tpl +++ b/templates/profile/fiche_referent.tpl @@ -36,13 +36,13 @@
- {if $profile->expertise != '' || $terms|count || $countries|count } + {if $profile->mentor_expertise != '' || $terms|count || $countries|count }

Informations de référent :

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