Merge commit 'origin/platal-0.10.0'
[platal.git] / templates / emails / lost.tpl
index 1e12c51..6024919 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -31,7 +31,7 @@
   {iterate from=$lost_emails item="looser"}
     <tr class="{cycle values="pair,impair"}">
       <td>
-        <a href="profile/{$looser.alias}" class="popup2">{$looser.alias}</a>
+        <a href="profile/{$looser.hruid}" class="popup2">{$looser.hruid}</a>
       </td>
   {/iterate}
 </table>