forked from ScoDoc/ScoDoc
Fix typo (suppression formation)
This commit is contained in:
parent
25f69aebb3
commit
754ebde544
@ -96,7 +96,7 @@ def formation_delete(formation_id=None, dialog_confirmed=False):
|
||||
)
|
||||
|
||||
return render_template(
|
||||
"sco_page-dept.j2", content="\n".join(H), title="Suppression d'une formation"
|
||||
"sco_page_dept.j2", content="\n".join(H), title="Suppression d'une formation"
|
||||
)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- mode: python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
SCOVERSION = "9.7.9"
|
||||
SCOVERSION = "9.7.10"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user