templates: always display profile link
This commit is contained in:
parent
dff7b1cf8c
commit
7cdf44b901
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user