Projet

Général

Profil

0001-authentic2-adapt-to-depreciation-in-profile-view-250.patch

Benjamin Dauvergne, 04 juillet 2018 10:41

Télécharger (926 octets)

Voir les différences:

Subject: [PATCH] authentic2: adapt to depreciation in profile view (#25038)

 templates/authentic2/accounts.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
templates/authentic2/accounts.html
35 35
      {% if allow_email_change %}
36 36
      <li><a href="{% url 'email-change' %}">Modifier le courriel associé</a></li>
37 37
      {% endif %}
38
      {% if allow_password_change %}
38
      {% if user.can_change_password %}
39 39
        {% if user.has_usable_password %}
40 40
        <li><a href="{% url 'password_change' %}">Modifier le mot de passe</a></li>
41 41
        {% else %}
42
-