Projet

Général

Profil

0001-Remove-title-from-password-profile-frontend.patch

Mikaël Ates (de retour le 29 avril), 21 mars 2016 12:59

Télécharger (899 octets)

Voir les différences:

Subject: [PATCH 1/1] Remove title from password profile frontend.

 src/authentic2/templates/authentic2/login_password_profile.html | 2 --
 1 file changed, 2 deletions(-)
src/authentic2/templates/authentic2/login_password_profile.html
1 1
{% load i18n %}
2
{% if can_change_password %}<h4>{% trans "Password" %}</h4>{% endif %}
3

  
4 2
<div>
5 3
{% if can_change_password %}
6 4
 <p><a href="{% url 'password_change' %}">{% trans "Change your password" %}</a></p>
7
-