Commit 67afd0ef authored by Petrus J.v.Rensburg's avatar Petrus J.v.Rensburg

Fix broken logout link.

parent f3793568
......@@ -7,7 +7,7 @@
<i class="icon-user"></i> {{ user.login }} <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="/admin/logout/">Log out</a></li>
<li><a href="{{ url_for('admin.logout_view') }}">Log out</a></li>
</ul>
</div>
{% endif %}
......
Markdown is supported
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