correction affichage export apogee
This commit is contained in:
parent
0a1fb71801
commit
4c2ea34058
@ -306,9 +306,9 @@ class SemSet(dict):
|
|||||||
H.append("</p>")
|
H.append("</p>")
|
||||||
|
|
||||||
if self["sem_id"] == 1:
|
if self["sem_id"] == 1:
|
||||||
periode = "1re période (S1, S3)"
|
periode = "1re période (S1, S3, S5)"
|
||||||
elif self["sem_id"] == 2:
|
elif self["sem_id"] == 2:
|
||||||
periode = "2de période (S2, S4)"
|
periode = "2de période (S2, S4, S6)"
|
||||||
else:
|
else:
|
||||||
periode = "non semestrialisée (LP, ...). Incompatible avec BUT."
|
periode = "non semestrialisée (LP, ...). Incompatible avec BUT."
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.6.25"
|
SCOVERSION = "9.6.26"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user