correction affichage export apogee

This commit is contained in:
Emmanuel Viennet 2023-09-10 19:40:18 +02:00
parent 0a1fb71801
commit 4c2ea34058
2 changed files with 3 additions and 3 deletions

View File

@ -306,9 +306,9 @@ class SemSet(dict):
H.append("</p>")
if self["sem_id"] == 1:
periode = "1re période (S1, S3)"
periode = "1re période (S1, S3, S5)"
elif self["sem_id"] == 2:
periode = "2de période (S2, S4)"
periode = "2de période (S2, S4, S6)"
else:
periode = "non semestrialisée (LP, ...). Incompatible avec BUT."

View File

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