1
0
forked from ScoDoc/ScoDoc

HOTFIX: typo ue_table

This commit is contained in:
Emmanuel Viennet 2024-09-13 10:48:57 +02:00
parent 1646693ce1
commit 5f802a1ef6
2 changed files with 2 additions and 2 deletions

View File

@ -765,7 +765,7 @@ def ue_table(formation_id=None, semestre_idx=1, msg=""): # was ue_list
"delete_small_dis_img", title="Suppression impossible (module utilisé)" "delete_small_dis_img", title="Suppression impossible (module utilisé)"
) )
H = [ H = [
f"""<h2>{formation.html()|safe} {lockicon} f"""<h2>{formation.html()} {lockicon}
</h2> </h2>
""", """,
] ]

View File

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