[fix] Wrong url.

This commit is contained in:
opi 2014-05-14 12:54:40 +02:00
parent 9d9fbac94a
commit 39ed8a619c

View file

@ -6,7 +6,7 @@
<div class="user-container col colNomarge">
<a class="user-img" href="edit.html"></a>
<div class="user-info">
<h2><a href="info.html">{{{uid}}}<small>{{givenName}} {{sn}}</small></a></h2>
<h2><a href="edit.html">{{{uid}}}<small>{{givenName}} {{sn}}</small></a></h2>
<span class="user-mail">{{mail}}</span>
</div>
</div>