Merge branch 'tokens-and-alts' of https://gitlab.com/aaronkable/allianceauth into tokens-and-alts

This commit is contained in:
Ariel Rin 2022-10-12 20:07:49 +10:00
commit d15f42b3fd

View File

@ -53,6 +53,9 @@
<!-- logout / login --> <!-- logout / login -->
<li role="separator" class="divider"></li> <li role="separator" class="divider"></li>
{% if user.is_authenticated %} {% if user.is_authenticated %}
<li><a href="{% url 'authentication:token_management' %}">{% translate "Token Management" %}</a></li>
<li role="separator" class="divider"></li>
<li><a href="{% url 'logout' %}">{% translate "Logout" %}</a></li> <li><a href="{% url 'logout' %}">{% translate "Logout" %}</a></li>
{% else %} {% else %}
<li><a href="{% url 'authentication:login' %}">{% translate "Login" %}</a></li> <li><a href="{% url 'authentication:login' %}">{% translate "Login" %}</a></li>