auth_fc: provide minor layout adjustments to login page (#68359)

This commit is contained in:
Paul Marillonnet 2022-09-14 15:58:28 +02:00
parent 889284f2f9
commit 88b298e6ee
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
<a href="{{ about_url }}" target="_blank" rel="noopener" title="{% trans "opens in new window" %}">{% trans "What is FranceConnect?" %}</a>
</p>
<p>{% blocktrans %}
FranceConnect is the solution proposed by the French state to streamline
logging in online services. You can use to connect to your account.
FranceConnect is the solution proposed by the French state to secure and
streamline logging in to online services.
{% endblocktrans %}</p>
</div>
{% endblock %}

View File

@ -1,6 +1,7 @@
{% load static %}
{% load i18n %}
{% include "authentic2_auth_fc/explanation.html" %}
{% block login %}
<div id="fc-button-wrapper">
<div id="fc-button">
@ -10,5 +11,4 @@
</a>
</div>
</div>
{% include "authentic2_auth_fc/explanation.html" %}
{% endblock %}