Projet

Général

Profil

0001-franceconnect-redo-redirect-screen-with-a-button-663.patch

Frédéric Péters, 17 juin 2022 10:23

Télécharger (1,21 ko)

Voir les différences:

Subject: [PATCH] franceconnect: redo redirect screen with a button (#66356)

 .../franceconnect/templates/hobo/franceconnect_home.html | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
hobo/franceconnect/templates/hobo/franceconnect_home.html
12 12

  
13 13
{% block content %}
14 14

  
15
<div class="warningnotice">
16
  {% trans "FranceConnect configuration should be handled there:" %} <a href="{{ idp_url }}manage/authenticators/">{{ idp_url }}manage/authenticators/</a>
15
<div class="pk-information">
16
 <p>
17
 {% trans "FranceConnect configuration screen has been moved next to other authentication methods." %}
18
 </p>
19
 <p>
20
 <a class="pk-button" href="{{ idp_url }}manage/authenticators/">{% trans "Go to authentication methods configuration screen" %}</a>
21
 </p>
17 22
</div>
18 23

  
19 24
{% endblock %}
20
-