Projet

Général

Profil

0001-center-explanation-text-27182.patch

Serghei Mihai (congés, retour 15/05), 10 octobre 2018 10:12

Télécharger (1,59 ko)

Voir les différences:

Subject: [PATCH] center explanation text (#27182)

 src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css     | 2 +-
 .../templates/authentic2_auth_fc/explanation.html               | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css
1
div#fc-button-wrapper {
1
div#fc-button-wrapper, div#fc-explanation-text {
2 2
    padding: 20px 0px 20px 0px;
3 3
    text-align: center;
4 4
    width: 100%;
src/authentic2_auth_fc/templates/authentic2_auth_fc/explanation.html
1 1
{% load i18n %}
2 2
{% block fc-explanation %}
3
<div id="fc-explanation-text">
3 4
    <p>
4 5
	    <a href="{{ about_url }}" target="_blank">{% trans "What is FranceConnect?" %}</a>
5 6
    </p>
......
7 8
    FranceConnect is the solution proposed by the French state to streamline
8 9
    logging in online services. You can use to connect to your account.
9 10
    {% endblocktrans %}</p>
11
</div>
10 12
{% endblock %}
11
-