auth_fc: add titles to links opening in new window (#54560)

This commit is contained in:
Serghei Mihai 2021-06-23 11:24:52 +02:00
parent 3b10e7b93a
commit 26f5b9651d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{% block fc-explanation %}
<div id="fc-explanation-text">
<p>
<a href="{{ about_url }}" target="_blank" rel="noopener">{% trans "What is FranceConnect?" %}</a>
<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

View File

@ -27,5 +27,5 @@
{% endif %}
</div>
</div>
<p><a href="{{ about_url }}" target="_blank" rel="noopener">{% trans "What is FranceConnect?" %}</a></p>
<p><a href="{{ about_url }}" target="_blank" rel="noopener" title="{% trans "opens in new window" %}">{% trans "What is FranceConnect?" %}</a></p>
</div>