diff --git a/app/scodoc/sco_bulletins.py b/app/scodoc/sco_bulletins.py index ae73929b..46101451 100644 --- a/app/scodoc/sco_bulletins.py +++ b/app/scodoc/sco_bulletins.py @@ -823,6 +823,8 @@ def formsemestre_bulletinetud( bulletin, render_template( "bul_foot.html", + appreciations=None, # déjà affichées + css_class="bul_classic_foot", etud=etud, formsemestre=formsemestre, inscription_courante=etud.inscription_courante(), diff --git a/app/templates/bul_foot.html b/app/templates/bul_foot.html index 9addd770..09a8d200 100644 --- a/app/templates/bul_foot.html +++ b/app/templates/bul_foot.html @@ -1,7 +1,7 @@ {# -*- mode: jinja-html -*- #} {# Pied des bulletins HTML #} -
Situation actuelle: {% if inscription_courante %} @@ -15,28 +15,29 @@ {% endif %}
-{{app.date}}{{ - app.comment}}{% if can_edit_appreciations %}modifier - supprimer{% endif %} - -
- {% endfor %} - {% if can_edit_appreciations %} - - {% endif %} -