diff --git a/README.md b/README.md
index 4b3eda5f..bb17c06e 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ Certains tests ont besoin d'un département déjà créé, qui n'est pas créé
scripts de tests:
Lancer au préalable:
- flask sco-delete-dept TEST00 && flask sco-create-dept TEST00
+ flask delete-dept TEST00 && flask create-dept TEST00
Puis dérouler les tests unitaires:
diff --git a/app/scodoc/sco_undo_notes.py b/app/scodoc/sco_undo_notes.py
index a8bc46d8..aa21d828 100644
--- a/app/scodoc/sco_undo_notes.py
+++ b/app/scodoc/sco_undo_notes.py
@@ -179,7 +179,7 @@ def formsemestre_list_saisies_notes(formsemestre_id, format="html"):
"""
sem = sco_formsemestre.get_formsemestre(formsemestre_id)
r = ndb.SimpleDictFetch(
- """SELECT i.nom, i.id as etudid, n.*, mod.titre, e.description, e.jour
+ """SELECT i.nom, code_nip, n.*, mod.titre, e.description, e.jour
FROM notes_notes n, notes_evaluation e, notes_moduleimpl mi,
notes_modules mod, identite i
WHERE mi.id = e.moduleimpl_id
diff --git a/app/templates/sidebar_dept.html b/app/templates/sidebar_dept.html
index 1db820bb..2baab521 100644
--- a/app/templates/sidebar_dept.html
+++ b/app/templates/sidebar_dept.html
@@ -1,7 +1,7 @@
{% if prefs["DeptIntranetURL"] %}
-
{% endif %}
diff --git a/tools/configure-scodoc9.sh b/tools/configure-scodoc9.sh
index fdb5e3b7..2e2acb1f 100755
--- a/tools/configure-scodoc9.sh
+++ b/tools/configure-scodoc9.sh
@@ -74,13 +74,13 @@ fi
# ------------ CREATION ENVIRONNEMENT
echo
echo "Créer (et écraser) le fichier /opt/scodoc-data/.env"
-echo " définissant les variables d\'environnement ?"
+echo " définissant les variables d'environnement ?"
echo "(si vous ne savez pas, répondez oui !)"
echo -n 'Générer /opt/scodoc-data/.env ? (y/n) [y] '
read -r ans
if [ "$(norm_ans "$ans")" != 'N' ]
then
- echo -n "Adresse mail de l\'administrateur du site: "
+ echo -n "Adresse mail de l'administrateur du site: "
read SCODOC_ADMIN_MAIL
SECRET_KEY=$(python3 -c "import uuid; print(uuid.uuid4().hex)")
cat > /opt/scodoc-data/.env <
Description: ScoDoc 9
Un logiciel pour le suivi de la scolarité universitaire.
-Depends: adduser, curl, gcc, graphviz, libpq-dev, postfix|exim4, cracklib-runtime, libcrack2-dev, python3-dev, python3-venv, python3-pip, python3-wheel, nginx, postgresql, redis, ufw
+Depends: adduser, curl, gcc, graphviz, libpq-dev, postfix|exim4, cracklib-runtime, libcrack2-dev, python3-dev, python3-venv, python3-pip, python3-wheel, nginx, postgresql, redis, ufw, systemctl