Correction affecation parcours

This commit is contained in:
Emmanuel Viennet 2023-07-24 21:34:35 +02:00
parent f8325f4612
commit 0e14ff3c35
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
<section id="zoneChoix">
<h2>Étudiants</h2>
<details>
<summary>Outils d'affections</summary>
<summary>Outils d'affectation</summary>
<div class="autoAffectation">
<a href="students_groups_auto_assignment?formsemestre_id={{formsemestre.id}}"><svg
xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"

View File

@ -829,7 +829,7 @@
sheet.column("K").width(20);
sheet.column("L").width(20);
saveFile("Données groupes - " + formsemestre, workbook);
saveFile("Donnees groupes - " + formsemestre, workbook);
});
}
@ -853,7 +853,7 @@
colonne += 3;
})
saveFile("Résultats groupes - " + formsemestre, workbook);
saveFile("Resultats groupes - " + formsemestre, workbook);
});
}

View File

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