1
0
Fork 0

Fix: affichage moyenne évalution / 20

This commit is contained in:
Emmanuel Viennet 2023-06-09 19:39:39 +02:00 committed by iziram
parent aaaa5e0f4d
commit c8c231a368
2 changed files with 2 additions and 2 deletions

View File

@ -736,7 +736,7 @@ def _ligne_evaluation(
)
if etat["moy"]:
H.append(
f"""<b>{etat["moy"]} / {evaluation.note_max:g}</b>
f"""<b>{etat["moy"]} / 20</b>
&nbsp; (<a class="stdlink" href="{
url_for('notes.evaluation_listenotes',
scodoc_dept=g.scodoc_dept, evaluation_id=evaluation.id)

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.4.82"
SCOVERSION = "9.4.83"
SCONAME = "ScoDoc"