From a3ab5cc78154f1f529a7bf3b635d8b7efc976db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Thu, 26 May 2016 01:26:28 +0200 Subject: [PATCH] =?UTF-8?q?Corrections=20dans=20les=20balises=20imbriqu?= =?UTF-8?q?=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `{% if %}` et `{% static ... %}` n'étaient pas dans le bon sens. --- templates/gestioncof/details_demande_petit_cours.html | 2 +- templates/gestioncof/details_demande_petit_cours_infos.html | 2 +- templates/gestioncof/petits_cours_demandes_list.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/gestioncof/details_demande_petit_cours.html b/templates/gestioncof/details_demande_petit_cours.html index c12e5c53..f310ce45 100644 --- a/templates/gestioncof/details_demande_petit_cours.html +++ b/templates/gestioncof/details_demande_petit_cours.html @@ -6,7 +6,7 @@ {% include "details_demande_petit_cours_infos.html" %}
diff --git a/templates/gestioncof/petits_cours_demandes_list.html b/templates/gestioncof/petits_cours_demandes_list.html index d2a26d79..ef97f164 100644 --- a/templates/gestioncof/petits_cours_demandes_list.html +++ b/templates/gestioncof/petits_cours_demandes_list.html @@ -19,7 +19,7 @@ {{ 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