diff --git a/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css b/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css index 65eef1c..04c6da8 100644 --- a/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css +++ b/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css @@ -1,4 +1,4 @@ -div#fc-button-wrapper { +div#fc-button-wrapper, div#fc-explanation-text { padding: 20px 0px 20px 0px; text-align: center; width: 100%; diff --git a/src/authentic2_auth_fc/templates/authentic2_auth_fc/explanation.html b/src/authentic2_auth_fc/templates/authentic2_auth_fc/explanation.html index 1131eb5..dfacd91 100644 --- a/src/authentic2_auth_fc/templates/authentic2_auth_fc/explanation.html +++ b/src/authentic2_auth_fc/templates/authentic2_auth_fc/explanation.html @@ -1,5 +1,6 @@ {% load i18n %} {% block fc-explanation %} +

{% trans "What is FranceConnect?" %}

@@ -7,4 +8,5 @@ FranceConnect is the solution proposed by the French state to streamline logging in online services. You can use to connect to your account. {% endblocktrans %}

+
{% endblock %}