diff --git a/CHANGELOG.md b/CHANGELOG.md index 918df19c..39d0c590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ adhérents ni des cotisations. ### COF +- Les icones de la page de gestion des petits cours sont (à nouveau) réparées. - On a supprimé la possibilité de modifier les mails automatiques depuis l'interface admin car trop problématique. Faute de mieux, envoyer un mail à KDE pour modifier ces mails. 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 }}