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-domain-1.html | |
parent | 050f245fd22572f36de9339df800757018628449 (diff) |
Factorized the code to list localparts.
Diffstat (limited to 'templates/add-domain-1.html')
-rw-r--r-- | templates/add-domain-1.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/add-domain-1.html b/templates/add-domain-1.html index a7afc6f..ef7f493 100644 --- a/templates/add-domain-1.html +++ b/templates/add-domain-1.html @@ -11,7 +11,7 @@ <a href="./">Root</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> |