explorerhq / django-sql-explorer

Easily share data across your company via SQL queries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an admin logout to menu

stearle opened this issue · comments

Please add an admin logout link to the menu.

File: explorer/templates/explorer/base.html

After line 57 add this:

<li>
<a class="text-light" href="{% url 'admin:logout' %}">Sign Out<a>
</li>