Debug filtre recherche annee_scol
This commit is contained in:
parent
000c04068a
commit
4ce14f0f4a
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue