misc: remove link to profile fields screen if there's no authentic (#33441)

This commit is contained in:
Frédéric Péters 2019-06-21 10:30:25 +02:00
parent a5836a35b6
commit 9343d3cd6c
1 changed files with 2 additions and 0 deletions

View File

@ -6,7 +6,9 @@
<span class="actions">
<a class="extra-actions-menu-opener"></a>
<ul class="extra-actions-menu">
{% if has_authentic %}
<li><a href="{% url 'profile-home' %}">{% trans 'User Profile' %}</a></li>
{% endif %}
<li><a href="{% url 'theme-home' %}">{% trans 'Theme' %}</a></li>
<li><a href="{% url 'emails-home' %}">{% trans 'Emails' %}</a></li>
{% if has_authentic %}