From 4ce14f0f4a05d4a473a3cdae536d72ac6027f861 Mon Sep 17 00:00:00 2001 From: Evarin Date: Tue, 20 Jun 2017 00:22:19 +0200 Subject: [PATCH] Debug filtre recherche annee_scol --- avisstage/views_search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avisstage/views_search.py b/avisstage/views_search.py index dda2f7f..3c56a7c 100644 --- a/avisstage/views_search.py +++ b/avisstage/views_search.py @@ -25,8 +25,8 @@ class SearchForm(forms.Form): type_stage = forms.ChoiceField(label="Type de stage", choices=([('', u'')] + list(TYPE_STAGE_OPTIONS)), required=False) - niveau_scol = forms.ChoiceField(label="Année d'étude", choices=([('', u'')] - + list(NIVEAU_SCOL_OPTIONS)), + annee_scol = forms.ChoiceField(label="Année d'étude", choices=([('', u'')] + + list(NIVEAU_SCOL_OPTIONS)), required=False) type_lieu = forms.ChoiceField(label=u"Type de lieu d'accueil",