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>
|
||||
|
||||
{# 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 #}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- mode: python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
SCOVERSION = "9.6.952"
|
||||
SCOVERSION = "9.6.953"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user