summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-04 09:36:18 -0600
committerDan McGee <dan@archlinux.org>2011-03-04 09:36:18 -0600
commitc722d8bf9e2f647d5cd8fa3a85a17d0cb3b5b101 (patch)
tree2ac4fcf33d37786737a2664a96dd03f7961e8d80 /templates/base.html
parentf29700ce67ad323e8c68dacd776cf3e991721104 (diff)
downloadarchweb-c722d8bf9e2f647d5cd8fa3a85a17d0cb3b5b101.tar.gz
archweb-c722d8bf9e2f647d5cd8fa3a85a17d0cb3b5b101.zip
Remove multiple account login/logout URLs
And slightly spruce up the logout template with a header. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 03795dd9..88bb3414 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -44,7 +44,7 @@
title="arch-dev mailing list archives">Archives</a></li>
<li><a href="/mirrors/" title="Mirror server statistics">Mirrors</a></li>
<li><a href="/devel/profile/" title="Modify your account profile">Profile</a></li>
- <li><a href="/accounts/logout/" title="Logout of the developer interface">Logout</a></li>
+ <li><a href="/logout/" title="Logout of the developer interface">Logout</a></li>
</ul>
{% endif %}
</div><!-- #archdev-navbar -->