diff --git a/app/templates/scolar/index.j2 b/app/templates/scolar/index.j2 index 0ca69fcc..773e093b 100644 --- a/app/templates/scolar/index.j2 +++ b/app/templates/scolar/index.j2 @@ -77,9 +77,11 @@ table.semlist tr td.nb_inscrits { {# Recherche d'un semestre par code Apogée #} -
- Chercher étape courante: - + + Chercher étape courante: +
{# Gestion des étudiants #} diff --git a/sco_version.py b/sco_version.py index 04d44e11..3c2ec6c4 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.6.952" +SCOVERSION = "9.6.953" SCONAME = "ScoDoc"