diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-29 20:07:51 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-29 20:07:51 +0200 |
commit | 58825808fb1fd2d9950e8f7a81ad62db18be4aa7 (patch) | |
tree | 1a69739c0914316d6da10a9cd23285d29be0d9e8 /template/edit-domain.html | |
parent | 1eb7912a55921242a379fec76d6b93273ac3260e (diff) |
Fixed CSS and logout redirection.
Diffstat (limited to 'template/edit-domain.html')
-rw-r--r-- | template/edit-domain.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/edit-domain.html b/template/edit-domain.html index a6d6b34..3844775 100644 --- a/template/edit-domain.html +++ b/template/edit-domain.html @@ -14,7 +14,7 @@ <div class="right column"> Logged as <a href="<TMPL_VAR NAME=userURI>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> - | <a href="./?a=logout">Log out</a> + | <a href="../?a=logout">Log out</a> </div> <br/> </div> |