mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] Wrong url.
This commit is contained in:
parent
9d9fbac94a
commit
39ed8a619c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue