diff --git a/templates/idp/account_management.html b/templates/idp/account_management.html index 74071bb..b0834fb 100644 --- a/templates/idp/account_management.html +++ b/templates/idp/account_management.html @@ -10,8 +10,8 @@ {% endblock %} {% block content %} -

{% trans "Account Management" %}

-

{% trans "Profile" %}

+

Gestion du compte

+

Profil

{% if profile %}
@@ -30,13 +30,9 @@
{% endif %}
-

{% trans "Change email" %}

-

{% trans "Edit profile" %}

-

{% trans "Delete profile" %}

-
-
- {% for html_block in frontends_block %} - {{ html_block|safe }} - {% endfor %} +

Modifier votre adresse électronique

+

Modifier votre mot de passe

+

Modifier votre profil

+

Supprimer votre profil

{% endblock %}