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",