forked from ScoDoc/ScoDoc
Fix: edition semestre
This commit is contained in:
parent
4bec9a1713
commit
0e11ccb773
@ -129,7 +129,7 @@ class Module(db.Model):
|
||||
key_parcours = ""
|
||||
else:
|
||||
key_parcours = "/".join([p.code for p in self.parcours])
|
||||
return self.module_type, key_parcours, self.numero
|
||||
return self.module_type, key_parcours, self.numero or 0
|
||||
|
||||
def set_ue_coef(self, ue, coef: float) -> None:
|
||||
"""Set coef module vers cette UE"""
|
||||
|
@ -1316,8 +1316,8 @@ def _etudident_create_or_edit_form(edit):
|
||||
submitlabel = "Ajouter cet étudiant"
|
||||
H.append(
|
||||
"""<h2>Création d'un étudiant</h2>
|
||||
<p class="warning">En général, il est <b>recommandé</b> d'importer les
|
||||
étudiants depuis Apogée ou via un fichier Excel (menu <b>Inscriptions</b>
|
||||
<p class="warning">En général, il est <b>recommandé</b> d'importer les
|
||||
étudiants depuis Apogée ou via un fichier Excel (menu <b>Inscriptions</b>
|
||||
dans le semestre).
|
||||
</p>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user