diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-29 02:37:58 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-29 02:37:58 +0100 |
commit | 7b81775603b8208c995cd1c4a15cd2a287009404 (patch) | |
tree | f8946c7eff5b1c8de2e3b6ee7944f8e5180891cc /templates/edit-domain.html | |
parent | ae6b8a2905bfc7905030479e06f3490f2c901099 (diff) |
Bug fixes.
Diffstat (limited to 'templates/edit-domain.html')
-rw-r--r-- | templates/edit-domain.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit-domain.html b/templates/edit-domain.html index de765e4..c078740 100644 --- a/templates/edit-domain.html +++ b/templates/edit-domain.html @@ -12,7 +12,7 @@ <a href="./"><TMPL_VAR NAME=name></a> / </div> <div class="right column"> - Logged as <a href="<TMPL_VAR NAME=userURL>/?a=edit" + Logged as <a href="<TMPL_VAR NAME=user_URL>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> | <a href="../?a=logout">Log out</a> </div> |