Dépt. {{ sco.prefs["DeptName"] }}
+
{% if sco.prefs["DeptIntranetURL"] %}
{% endif %}
+
+
{# /sidebar_common #}
Chercher étudiant:
@@ -138,7 +144,7 @@
const sidebarExpanded = sidebar ? sidebar.getAttribute('aria-expanded') === 'true' : false;
const formSemestreMenuExpanded = formSemestreMenu ? formSemestreMenu.classList.contains("active") : false;
-
+
let isScrollToggled = document.body.classList.contains("no-scroll");
if (isScrollToggled && !sidebarExpanded && !formSemestreMenuExpanded) {
diff --git a/app/views/notes.py b/app/views/notes.py
index 3d8746a1..e97bfcdf 100644
--- a/app/views/notes.py
+++ b/app/views/notes.py
@@ -676,7 +676,7 @@ def index_html():
return table.make_page(fmt=fmt, filename=f"Formations-{g.scodoc_dept}")
H = [
- f"""
Formations (programmes pédagogiques)
+ f"""Formations (programmes pédagogiques)