Fix link to profile in minifiche.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 13 Feb 2010 21:24:27 +0000 (22:24 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 13 Feb 2010 21:24:27 +0000 (22:24 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
templates/include/minifiche.tpl

index cc38219..82d41d0 100644 (file)
@@ -45,7 +45,7 @@
 
     <div class="nom">
       {if $profile->isFemale()}&bull;{/if}
-      {if !$dead && (!$registered || $withAuth)}<a href="profile/{$profile->hrid}" class="popup2">{/if}
+      {if !$dead && (!$registered || $withAuth)}<a href="profile/{$profile->hrid()}" class="popup2">{/if}
       {$profile->full_name}
       {if !$dead && (!$registered || $withAuth)}</a>{/if}
     </div>