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,7 +25,7 @@ class SearchForm(forms.Form):
type_stage = forms.ChoiceField(label="Type de stage", choices=([('', u'')] type_stage = forms.ChoiceField(label="Type de stage", choices=([('', u'')]
+ list(TYPE_STAGE_OPTIONS)), + list(TYPE_STAGE_OPTIONS)),
required=False) required=False)
niveau_scol = forms.ChoiceField(label="Année d'étude", choices=([('', u'')] annee_scol = forms.ChoiceField(label="Année d'étude", choices=([('', u'')]
+ list(NIVEAU_SCOL_OPTIONS)), + list(NIVEAU_SCOL_OPTIONS)),
required=False) required=False)