Projet

Général

Profil

0001-auth_fc-fix-inaccurate-terminology-on-user-account-p.patch

Paul Marillonnet, 14 septembre 2022 16:09

Télécharger (1,11 ko)

Voir les différences:

Subject: [PATCH] auth_fc: fix inaccurate terminology on user account page
 (#68364)

 .../templates/authentic2_auth_fc/linking.html                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html
6 6
    <div class="cadre">
7 7
      {% if user.fc_accounts.exists %}
8 8
        <p class="centrer">
9
          {% trans "Linked FranceConnect accounts" %}
9
          {% trans "Linked FranceConnect identity:" %}
10 10
        </p>
11 11
        <ul class="fond">
12 12
		<li class="picto utilisateur"><p class="lien">{{ user.fc_accounts.all.0 }}{% if unlink %} <a href="{% url 'fc-unlink' %}">{% trans 'Delete link'%}</a>{% endif %}</p></li>
13
-