Projet

Général

Profil

0001-toulouse-2022-move-up-FC-title-69946.patch

Nicolas Roche, 06 octobre 2022 11:48

Télécharger (1,43 ko)

Voir les différences:

Subject: [PATCH] toulouse-2022: move up FC title (#69946)

 .../toulouse-2022/authentic2_auth_fc/explanation.html       | 6 ++++++
 .../variants/toulouse-2022/authentic2_auth_fc/login.html    | 6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)
 create mode 100644 templates/variants/toulouse-2022/authentic2_auth_fc/explanation.html
 delete mode 100644 templates/variants/toulouse-2022/authentic2_auth_fc/login.html
templates/variants/toulouse-2022/authentic2_auth_fc/explanation.html
1
{% extends "authentic2_auth_fc/explanation.html" %}
2

  
3
{% block fc-explanation %}
4
 <h3>FranceConnect</h3>
5
 {{ block.super }}
6
{% endblock %}
templates/variants/toulouse-2022/authentic2_auth_fc/login.html
1
{% extends "authentic2_auth_fc/login.html" %}
2

  
3
{% block login %}
4
  <h3>FranceConnect</h3>
5
  {{ block.super }}
6
{% endblock %}
7
-