aboutsummaryrefslogtreecommitdiffstats
path: root/template/edit-list.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-29 20:07:51 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-29 20:07:51 +0200
commit58825808fb1fd2d9950e8f7a81ad62db18be4aa7 (patch)
tree1a69739c0914316d6da10a9cd23285d29be0d9e8 /template/edit-list.html
parent1eb7912a55921242a379fec76d6b93273ac3260e (diff)
Fixed CSS and logout redirection.
Diffstat (limited to 'template/edit-list.html')
-rw-r--r--template/edit-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/edit-list.html b/template/edit-list.html
index 1cc8148..357390e 100644
--- a/template/edit-list.html
+++ b/template/edit-list.html
@@ -15,7 +15,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>