From 91b86f30a518e48cc572b5ec076972fcd84bf757 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Mon, 19 Jun 2023 22:32:04 +0200 Subject: [PATCH] fix html typos --- app/templates/jury/erase_decisions_annee_formation.j2 | 6 +++--- app/templates/jury/jury_delete_manual.j2 | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/templates/jury/erase_decisions_annee_formation.j2 b/app/templates/jury/erase_decisions_annee_formation.j2 index 7d0353eb..0c231b53 100644 --- a/app/templates/jury/erase_decisions_annee_formation.j2 +++ b/app/templates/jury/erase_decisions_annee_formation.j2 @@ -3,8 +3,8 @@ {% block app_content %} {% if not validations %} -

Aucune validation de jury enregistrée pour {{etud.html_link_fiche()}} sur -l'année {{annee}} +

Aucune validation de jury enregistrée pour {{etud.html_link_fiche()|safe}} +sur l'année {{annee}} de la formation {{ formation.html() }}

@@ -13,7 +13,7 @@ de la formation {{ formation.html() }} {% else %} -

Effacer les décisions de jury pour l'année {{annee}} de {{etud.html_link_fiche()}} ?

+

Effacer les décisions de jury pour l'année {{annee}} de {{etud.html_link_fiche()|safe}} ?

Affectera toutes les décisions concernant l'année {{annee}} de la formation, quelle que soit leur origine.

diff --git a/app/templates/jury/jury_delete_manual.j2 b/app/templates/jury/jury_delete_manual.j2 index ed7a9d2e..c7845637 100644 --- a/app/templates/jury/jury_delete_manual.j2 +++ b/app/templates/jury/jury_delete_manual.j2 @@ -95,7 +95,8 @@ pages de saisie de jury habituelles). {% endif %}
- retour à sa fiche +

retour à la fiche de {{etud.html_link_fiche()|safe}} +

{% endblock %}