Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 0e14ff3c35 - Show all commits

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"