boop (readding logout because it's not the problem)
This commit is contained in:
parent
0de08369d7
commit
ee785b2216
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
<li>
|
||||
<a href="{% url "dashboard" %}"><i class="fa fa-tasks"></i> {% trans "Dashboard" %}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a id="account_logout" href="{% url 'account_logout' %}"><i class="fa fa-power-off"></i> {% trans "Log out" %}</a>
|
||||
</li>
|
||||
{% else %}
|
||||
<li><a href="{% url 'account_login' %}">{% trans "Log in" %}</a></li>
|
||||
{% if ACCOUNT_OPEN_SIGNUP %}
|
||||
|
|
Loading…
Reference in a new issue