Fixes the xnet links in the Groupe X section on the public profile.
authorThomas Minvielle <thomas.minvielle@polytechnique.org>
Mon, 12 Aug 2013 08:53:37 +0000 (10:53 +0200)
committerThomas Minvielle <thomas.minvielle@polytechnique.org>
Mon, 16 Sep 2013 19:11:14 +0000 (21:11 +0200)
templates/profile/profile.tpl

index 6885d92..44b4925 100644 (file)
@@ -65,7 +65,7 @@ $($.closeOnEsc);
         <span><br/>
         {foreach from=$groups item=group name=groups}
           {if !$smarty.foreach.groups.first}, {/if}
-          <span title="{$group.nom}"><a href="{if $group.site}{$group.site}{else}http://www.polytechnique.net/{$group.nom}{/if}">{$group.nom}</a></span>
+          <span title="{$group.nom}"><a href="{if $group.site}{$group.site}{else}http://www.polytechnique.net/{$group.diminutif}{/if}">{$group.nom}</a></span>
         {/foreach}
         </span></div>{/if}
       {/if}