This commit is contained in:
Emmanuel Viennet 2023-01-04 09:15:57 -03:00
parent 35f535b677
commit 90e72fb717
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ class ScoNoReferentielCompetences(ScoValueError):
def __init__(self, msg: str = "", formation: "Formation" = None):
formation_title = (
f"{formation.title} version {formation.version}" if formation else ""
f"{formation.titre} version {formation.version}" if formation else ""
)
msg = f"""
<p>Pas de référentiel de compétences associé à la formation {formation_title}!

View File

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