Fixes vim mode line.
[platal.git] / templates / include / form.valid.bulk_accounts.tpl
index 2feb883..762d6b5 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2014 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -29,9 +29,9 @@
   <td>
   |
   {foreach from=$valid->users item=user}
-  &nbsp;{$user.email}&nbsp;|
+  &nbsp;<a href="http://polytechnique.net/{$valid->dim}/member/{$user.hruid}">{$user.email}</a>&nbsp;|
   {/foreach}
   </td>
 </tr>
 
-{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}