From d2e7b0079a0b9dee27791c91b88161ba1a00cd03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 17 Jun 2022 09:10:20 +0200 Subject: [PATCH] franceconnect: redo redirect screen with a button (#66356) --- .../franceconnect/templates/hobo/franceconnect_home.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hobo/franceconnect/templates/hobo/franceconnect_home.html b/hobo/franceconnect/templates/hobo/franceconnect_home.html index f22dca7..c3a0fdc 100644 --- a/hobo/franceconnect/templates/hobo/franceconnect_home.html +++ b/hobo/franceconnect/templates/hobo/franceconnect_home.html @@ -12,8 +12,13 @@ {% block content %} -
- {% trans "FranceConnect configuration should be handled there:" %} {{ idp_url }}manage/authenticators/ +
+

+ {% trans "FranceConnect configuration screen has been moved next to other authentication methods." %} +

+

+ {% trans "Go to authentication methods configuration screen" %} +

{% endblock %}