Fix typo (suppression formation)

This commit is contained in:
Emmanuel Viennet 2024-08-24 15:27:56 +02:00
parent 25f69aebb3
commit 754ebde544
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ def formation_delete(formation_id=None, dialog_confirmed=False):
) )
return render_template( 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"
) )

View File

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