From 3a405612dfad9e95a39d2bfda50dc86256fd910e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 8 Feb 2016 20:12:15 +0100 Subject: [PATCH] templates: general updates to match latest version of authentic --- .../accounts_delete.html} | 4 ++-- templates/idp/account_management.html | 14 +++++++------- templates/profiles/edit_profile.html | 4 ++-- templates/profiles/email_change.html | 2 +- templates/registration/password_change_form.html | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) rename templates/{registration/delete_account.html => authentic2/accounts_delete.html} (82%) diff --git a/templates/registration/delete_account.html b/templates/authentic2/accounts_delete.html similarity index 82% rename from templates/registration/delete_account.html rename to templates/authentic2/accounts_delete.html index beaede5..b230e15 100644 --- a/templates/registration/delete_account.html +++ b/templates/authentic2/accounts_delete.html @@ -4,7 +4,7 @@ {% block extra-body-class %}narrow-page{% endblock %} {% block content %} -

{% trans "Account Management" %}

+

Gestion du compte

{% trans "Delete profile" %}

@@ -13,7 +13,7 @@ {% csrf_token %}

- Si vous cliquez sur le bouton "confirmer" toutes vos données concernant les + Si vous cliquez sur le bouton "supprimer" toutes vos données concernant les eservices seront effacées et vous ne pourrez plus les récupérer.

diff --git a/templates/idp/account_management.html b/templates/idp/account_management.html index 7ac00b1..7ad283d 100644 --- a/templates/idp/account_management.html +++ b/templates/idp/account_management.html @@ -6,13 +6,13 @@ {% endblock %} {% block title %} -{% trans "Account Management" %} +Gestion du compte {% endblock %} {% block content %}
-

{% trans "Profile" %}

+

Profil

{% if profile %}
@@ -38,12 +38,12 @@