diff --git a/html_sidebar.py b/html_sidebar.py index e9e022f..1216eae 100644 --- a/html_sidebar.py +++ b/html_sidebar.py @@ -89,7 +89,7 @@ def sidebar(context, REQUEST=None): H.append( """
Chercher étudiant:
-
+
""" diff --git a/sco_dept.py b/sco_dept.py index 7e7db01..7564ab2 100644 --- a/sco_dept.py +++ b/sco_dept.py @@ -130,7 +130,7 @@ def index_html(context, REQUEST=None, showcodes=0, showsemtable=0): H.append( """

-Chercher étape courante: +Chercher étape courante:
""" diff --git a/sco_find_etud.py b/sco_find_etud.py index 0af146e..52b5800 100644 --- a/sco_find_etud.py +++ b/sco_find_etud.py @@ -58,7 +58,7 @@ def form_search_etud( H.append( """
%s - +
(entrer une partie du nom) """ @@ -294,7 +294,7 @@ def form_search_etud_in_accessible_depts(context, REQUEST): return "" return """ Chercher étudiant: - +
(entrer une partie du nom ou le code NIP, cherche dans tous les départements autorisés) """