Skip to content
Snippets Groups Projects
Commit 541944a6 authored by Christian Dresen's avatar Christian Dresen
Browse files

[WarpAuth] Fixed logout link

parent 8c4ed443
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</ul> </ul>
<ul class="nav navbar-nav navbar-right"><li><a href="/logout">{% trans "Logout" %}</a></li></ul> <ul class="nav navbar-nav navbar-right"><li><a href="/account/logout">{% trans "Logout" %}</a></li></ul>
<ul class="nav navbar-nav navbar-right"><li><a href="/profile">{% trans "Profile Settings" %}</a></li></ul> <ul class="nav navbar-nav navbar-right"><li><a href="/profile">{% trans "Profile Settings" %}</a></li></ul>
{% if user.is_superuser %} {% if user.is_superuser %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment