From ebd8b7ccdbc39b037a3a1fdc8cb60be379b96f85 Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Tue, 22 Sep 2020 17:17:46 +0200 Subject: [PATCH] Fix fa path in petitscours --- petitscours/templates/petitscours/demande_detail.html | 2 +- petitscours/templates/petitscours/demande_list.html | 2 +- petitscours/templates/petitscours/details_demande_infos.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/petitscours/templates/petitscours/demande_detail.html b/petitscours/templates/petitscours/demande_detail.html index e2786599..d7f9ca8b 100644 --- a/petitscours/templates/petitscours/demande_detail.html +++ b/petitscours/templates/petitscours/demande_detail.html @@ -13,7 +13,7 @@ {% include "petitscours/details_demande_infos.html" %}
- + {% if demande.traitee %} diff --git a/petitscours/templates/petitscours/demande_list.html b/petitscours/templates/petitscours/demande_list.html index 8e5e6d2d..e4c3c782 100644 --- a/petitscours/templates/petitscours/demande_list.html +++ b/petitscours/templates/petitscours/demande_list.html @@ -19,7 +19,7 @@ - + diff --git a/petitscours/templates/petitscours/details_demande_infos.html b/petitscours/templates/petitscours/details_demande_infos.html index c67095d8..39cee1d3 100644 --- a/petitscours/templates/petitscours/details_demande_infos.html +++ b/petitscours/templates/petitscours/details_demande_infos.html @@ -9,6 +9,6 @@ - +
Traitée
Traitée
Traitée par {{ demande.traitee_par }}
Traitée le {{ demande.processed }}
{{ demande.name }} {% for matiere in demande.matieres.all %}{% if forloop.counter0 > 0 %}, {% endif %}{{ matiere }}{% endfor %} {{ demande.created|date:"d E Y" }} {% if demande.traitee_par %}{{ demande.traitee_par.username }}{% else %}{% endif %} Détails
Fréquence {{ demande.freq }}
Matières {% for matiere in demande.matieres.all %}{% if forloop.counter0 > 0 %}, {% endif %}{{ matiere }}{% endfor %}
Niveau souhaité {{ demande.get_niveau_display }}
Agrégé requis
Agrégé requis
Remarques {{ demande.remarques }}