Fix form recherche par étape

This commit is contained in:
Emmanuel Viennet 2024-03-21 15:54:56 +01:00
parent 29eb8c297b
commit 03c03f3725
2 changed files with 6 additions and 4 deletions

View File

@ -77,9 +77,11 @@ table.semlist tr td.nb_inscrits {
</div>
{# Recherche d'un semestre par code Apogée #}
<form action="{url_for('notes.view_formsemestre_by_etape', scodoc_dept=g.scodoc_dept)}">
Chercher étape courante:
<input name="etape_apo" type="text" size="8" spellcheck="false"></input>
<form action="{{
url_for('notes.view_formsemestre_by_etape', scodoc_dept=g.scodoc_dept)
}}">
Chercher étape courante:
<input name="etape_apo" type="text" size="8" spellcheck="false"></input>
</form>
{# Gestion des étudiants #}

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.6.952"
SCOVERSION = "9.6.953"
SCONAME = "ScoDoc"