forked from ScoDoc/ScoDoc
Fix form recherche par étape
This commit is contained in:
parent
29eb8c297b
commit
03c03f3725
@ -77,9 +77,11 @@ table.semlist tr td.nb_inscrits {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{# Recherche d'un semestre par code Apogée #}
|
{# Recherche d'un semestre par code Apogée #}
|
||||||
<form action="{url_for('notes.view_formsemestre_by_etape', scodoc_dept=g.scodoc_dept)}">
|
<form action="{{
|
||||||
Chercher étape courante:
|
url_for('notes.view_formsemestre_by_etape', scodoc_dept=g.scodoc_dept)
|
||||||
<input name="etape_apo" type="text" size="8" spellcheck="false"></input>
|
}}">
|
||||||
|
Chercher étape courante:
|
||||||
|
<input name="etape_apo" type="text" size="8" spellcheck="false"></input>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{# Gestion des étudiants #}
|
{# Gestion des étudiants #}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.6.952"
|
SCOVERSION = "9.6.953"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user