aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-07-01 10:41:25 +0100
committerStruan Donald <struan@exo.org.uk>2011-07-01 10:41:25 +0100
commit9999cf7c5e22e81cc766805967287d3cfb71a2f4 (patch)
treee838b95a05a6e8fe24e06f5365ce0a91d670c527
parenta9f0420d914d29f91e4249bc891a44221ea35e25 (diff)
parentca5761ae2542de544f48f6338d7d81f8711d3caf (diff)
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into new_statuses
-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 %]