mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 05:50:16 +02:00
Merge branch 'tokens-and-alts' of https://gitlab.com/aaronkable/allianceauth into tokens-and-alts
This commit is contained in:
commit
d15f42b3fd
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user