style appreciations sur bul. classic

This commit is contained in:
Emmanuel Viennet 2022-03-16 00:13:58 +01:00
parent cd299169e0
commit 4f0294b5de
2 changed files with 26 additions and 23 deletions

View File

@ -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(),

View File

@ -1,7 +1,7 @@
{# -*- mode: jinja-html -*- #}
{# Pied des bulletins HTML #}
<div class="bul_foot">
<div class="{{css_class or "bul_foot"}}">
<div>
<p>Situation actuelle:
{% if inscription_courante %}
@ -15,6 +15,7 @@
{% endif %}
</p>
{% if appreciations is not none %}
<div class="bull_appreciations">
<h3>Appréciations</h3>
{% for app in appreciations %}
@ -36,7 +37,7 @@
</p>
{% endif %}
</div>
{% endif %}
{% if formsemestre.modalite == "EXT" %}
<p><a href="{{
url_for('notes.formsemestre_ext_edit_ue_validations',