authentic/src/authentic2_auth_fc/templates/authentic2_auth_fc/explanation.html

13 lines
450 B
HTML

{% load i18n %}
{% block fc-explanation %}
<div id="fc-explanation-text">
<p>
<a href="{{ about_url }}" target="_blank" rel="noopener" title="{% trans "opens in new window" %}">{% trans "What is FranceConnect?" %}</a>
</p>
<p>{% blocktrans trimmed %}
FranceConnect is the solution proposed by the French state to secure and
streamline logging in to online services.
{% endblocktrans %}</p>
</div>
{% endblock %}