diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-26 23:59:24 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-26 23:59:24 +0100 |
commit | ae6b8a2905bfc7905030479e06f3490f2c901099 (patch) | |
tree | 0bf7637e7700016904c13948c6c4c144152eae4f /templates/add-user.html | |
parent | 050f245fd22572f36de9339df800757018628449 (diff) |
Factorized the code to list localparts.
Diffstat (limited to 'templates/add-user.html')
-rw-r--r-- | templates/add-user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/add-user.html b/templates/add-user.html index ba54e56..8964c22 100644 --- a/templates/add-user.html +++ b/templates/add-user.html @@ -12,7 +12,7 @@ <a href="./"><TMPL_VAR NAME=domain></a> / </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> |