diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-01 10:41:25 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-01 10:41:25 +0100 |
commit | 9999cf7c5e22e81cc766805967287d3cfb71a2f4 (patch) | |
tree | e838b95a05a6e8fe24e06f5365ce0a91d670c527 | |
parent | a9f0420d914d29f91e4249bc891a44221ea35e25 (diff) | |
parent | ca5761ae2542de544f48f6338d7d81f8711d3caf (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into new_statuses
-rw-r--r-- | templates/web/default/header.html | 2 |
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> </li> [% END %] |