aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 %]