Skip to content
Snippets Groups Projects
Commit d5701628 authored by Clement Dekeister's avatar Clement Dekeister
Browse files

remove radio button

parent 5a531896
No related branches found
No related tags found
No related merge requests found
...@@ -117,13 +117,7 @@ class PlacementForm(FlaskForm): ...@@ -117,13 +117,7 @@ class PlacementForm(FlaskForm):
"""Formulaire pour placement des étudiants en Salle""" """Formulaire pour placement des étudiants en Salle"""
evaluation_id = HiddenField("evaluation_id") evaluation_id = HiddenField("evaluation_id")
file_format = RadioField(
"Format de fichier",
choices=["pdf", "xls"],
validators=[
wtforms.validators.DataRequired("indiquez le format du fichier attendu"),
],
)
surveillants = StringField("Surveillants", validators=[]) surveillants = StringField("Surveillants", validators=[])
batiment = StringField("Batiment") batiment = StringField("Batiment")
salle = StringField("Salle") salle = StringField("Salle")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment