forked from ScoDoc/ScoDoc
Fix typo
This commit is contained in:
parent
42d92cb998
commit
a7126990f0
@ -163,7 +163,7 @@ class ScoNoReferentielCompetences(ScoValueError):
|
|||||||
|
|
||||||
def __init__(self, msg: str = "", formation: "Formation" = None):
|
def __init__(self, msg: str = "", formation: "Formation" = None):
|
||||||
formation_title = (
|
formation_title = (
|
||||||
f"{formation.title} version {formation.version}" if formation else ""
|
f"{formation.titre} version {formation.version}" if formation else ""
|
||||||
)
|
)
|
||||||
msg = f"""
|
msg = f"""
|
||||||
<p>Pas de référentiel de compétences associé à la formation {formation_title}!
|
<p>Pas de référentiel de compétences associé à la formation {formation_title}!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.4.21"
|
SCOVERSION = "9.4.22"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user