From 9cd90107f2b12f40f178cdad42072f5c1ce78359 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 24 Sep 2018 14:49:27 +0200 Subject: [PATCH] authentic2: allow custom "account" label (#21017) --- templates/authentic2/accounts.html | 4 ++-- .../authentic2/api_user_create_registration_email_body.html | 4 ++-- .../authentic2/api_user_create_registration_email_body.txt | 4 ++-- .../authentic2/api_user_create_registration_email_subject.txt | 2 +- templates/authentic2/change_email_notification_body.html | 2 +- templates/authentic2/change_email_notification_body.txt | 2 +- templates/authentic2/change_email_notification_subject.txt | 2 +- templates/authentic2/password_change_body.html | 2 +- templates/authentic2/password_change_body.txt | 2 +- templates/authentic2/registration_success_body.html | 2 +- templates/authentic2/registration_success_body.txt | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/templates/authentic2/accounts.html b/templates/authentic2/accounts.html index adfb0fb8..18344b10 100644 --- a/templates/authentic2/accounts.html +++ b/templates/authentic2/accounts.html @@ -6,7 +6,7 @@ {% block content %}
-

Données du compte

+

Données du {{ account_label|default:"compte" }}

{% if attributes %} {% for attribute in attributes %} @@ -30,7 +30,7 @@