templates: always display profile link

This commit is contained in:
Chris Tactic 2024-03-14 09:25:23 +01:00
parent dff7b1cf8c
commit 7cdf44b901

View File

@ -70,10 +70,10 @@ Usefull context:
{% translate "Admin" %}
</a>
{% endif %}
{% if user.is_authenticated %}
<a class="nav-item" href="{% url "profile" %}" target="new">
{% translate "Profile" %}
</a>
{% if user.is_authenticated %}
<a class="nav-item" href="{% url "logout" %}" title="{% translate "Disconnect" %}"
aria-label="{% translate "Disconnect" %}">
<i class="fa fa-power-off"></i>