diff options
Diffstat (limited to 'templates/edit-user.html')
-rw-r--r-- | templates/edit-user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit-user.html b/templates/edit-user.html index 53a2871..38d3836 100644 --- a/templates/edit-user.html +++ b/templates/edit-user.html @@ -13,7 +13,7 @@ <TMPL_VAR NAME=user> / </div> <div class="right column"> - Logged as <a href="<TMPL_VAR NAME=userURI>/?a=edit" + Logged as <a href="<TMPL_VAR NAME=userURL>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> | <a href="../../?a=logout">Log out</a> </div> |