aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-07-01 10:38:19 +0100
committerStruan Donald <struan@exo.org.uk>2011-07-01 10:38:19 +0100
commitca5761ae2542de544f48f6338d7d81f8711d3caf (patch)
tree5a5ad7ac75a4c5f1ed70721424a7359c8a45f828
parentfb78afe61194ea9b6fbec9596d69627e315ab97f (diff)
correct sign out link
-rw-r--r--templates/web/default/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html
index 67a5fe631..4221de86b 100644
--- a/templates/web/default/header.html
+++ b/templates/web/default/header.html
@@ -19,7 +19,7 @@
<ul id="meta">
[% IF c.user_exists %]
<li>[% tprintf(loc('Signed in as %s'), c.user.name || c.user.email) %]
- <li><a href="/auth/logout">[% loc('Sign out') %]</a></li>
+ <li><a href="/auth/sign_out">[% loc('Sign out') %]</a></li>
[% ELSE %]
<li>&nbsp;</li>
[% END %]