From 03c03f3725ea11546c9af9f5ba3f51572e1052a0 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Thu, 21 Mar 2024 15:54:56 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20form=20recherche=20par=20=C3=A9tape?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/scolar/index.j2 | 8 +++++--- sco_version.py | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) 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"