From 234e9a2192920a97308247b3b3d5b1e28dc3ff1e Mon Sep 17 00:00:00 2001
From: Emmanuel Viennet
Date: Sun, 30 Jul 2023 20:00:05 +0200
Subject: [PATCH] Closes #663
---
README.md | 2 +-
app/scodoc/sco_formsemestre_status.py | 11 +++++------
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index b4c62308..d0194b45 100644
--- a/README.md
+++ b/README.md
@@ -176,7 +176,7 @@ puis
snakeviz -s --hostname 0.0.0.0 -p 5555 /opt/scodoc-data/GET.ScoDoc......prof
-# Paquet Debian 12
+## Paquet Debian 12
Les scripts associés au paquet Debian (.deb) sont dans `tools/debian`. Le plus
important est `postinst`qui se charge de configurer le système (install ou
diff --git a/app/scodoc/sco_formsemestre_status.py b/app/scodoc/sco_formsemestre_status.py
index 78f1592f..e37ba39d 100755
--- a/app/scodoc/sco_formsemestre_status.py
+++ b/app/scodoc/sco_formsemestre_status.py
@@ -924,12 +924,11 @@ def _make_listes_sem(formsemestre: FormSemestre, with_absences=True):
H.append("
")
if sco_groups.sco_permissions_check.can_change_groups(formsemestre.id):
H.append(
- f""""""
)