Debug filtre recherche annee_scol

This commit is contained in:
Evarin 2017-06-20 00:22:19 +02:00
parent 000c04068a
commit 4ce14f0f4a

View file

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