franceconnect: redo redirect screen with a button (#66356)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2022-06-17 09:10:20 +02:00
parent cb2b06ad07
commit d2e7b0079a
1 changed files with 7 additions and 2 deletions

View File

@ -12,8 +12,13 @@
{% block content %}
<div class="warningnotice">
{% trans "FranceConnect configuration should be handled there:" %} <a href="{{ idp_url }}manage/authenticators/">{{ idp_url }}manage/authenticators/</a>
<div class="pk-information">
<p>
{% trans "FranceConnect configuration screen has been moved next to other authentication methods." %}
</p>
<p>
<a class="pk-button" href="{{ idp_url }}manage/authenticators/">{% trans "Go to authentication methods configuration screen" %}</a>
</p>
</div>
{% endblock %}