Browse Source

Suppression html5 option

François 5 years ago
parent
commit
f70c493c23
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Form/FilmType.php

+ 0 - 1
src/Form/FilmType.php

@@ -30,7 +30,6 @@ class FilmType extends AbstractType
                 'label'     => 'Année',
                 'years'     => range(1930, 2050, 1),
                 'format'    =>  'yyyy',
-                'html5'     =>  true,
                 'required'  =>  false
             ))
             ->add('lien', TextType::class, array(