forked from ScoDoc/ScoDoc
Fix typo
This commit is contained in:
parent
35f535b677
commit
90e72fb717
@ -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}!
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- mode: python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
SCOVERSION = "9.4.21"
|
||||
SCOVERSION = "9.4.22"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user