Commit 766acc79 authored by Enrico Zini's avatar Enrico Zini
Browse files

There is a logout url, let's use it

parent 65fcb9b1
......@@ -32,7 +32,7 @@
<a href="https://sso.debian.org/sso/login">login</a>
{% else %}
<a href="{% url restricted_ammain %}">{{user.username}}</a>
<a href="https://sso.debian.org/sso/login">logout</a>
<a href="https://sso.debian.org/sso/logout">logout</a>
{% endif %}
{% comment %}
<a href="{% url search_packages %}">Search</a>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment