Projet

Général

Profil

0001-misc-remove-link-to-profile-fields-screen-if-there-s.patch

Frédéric Péters, 21 juin 2019 10:31

Télécharger (964 octets)

Voir les différences:

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

 hobo/templates/hobo/home.html | 2 ++
 1 file changed, 2 insertions(+)
hobo/templates/hobo/home.html
6 6
  <span class="actions">
7 7
  <a class="extra-actions-menu-opener"></a>
8 8
  <ul class="extra-actions-menu">
9
    {% if has_authentic %}
9 10
    <li><a href="{% url 'profile-home' %}">{% trans 'User Profile' %}</a></li>
11
    {% endif %}
10 12
    <li><a href="{% url 'theme-home' %}">{% trans 'Theme' %}</a></li>
11 13
    <li><a href="{% url 'emails-home' %}">{% trans 'Emails' %}</a></li>
12 14
    {% if has_authentic %}
13
-