boop (readding logout because it's not the problem)

This commit is contained in:
Joshua Simmons 2017-08-15 20:38:04 -07:00
parent 0de08369d7
commit ee785b2216

View file

@ -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 %}