Browse Source

Merge branch 'webpack'

François 6 years ago
parent
commit
de9e66f84c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/AppBundle/Resources/views/videotheque/form.html.twig

+ 1 - 1
src/AppBundle/Resources/views/videotheque/form.html.twig

@@ -20,7 +20,7 @@
             <div class="col">
                 <div class="card">
                     <div class="card-header">
-                        Genres
+                        {{ form_label(form.genres, 'Genres') }}
                     </div>
                     <div class="card-body">
                         <a href="#" id="add_genre" class="btn btn-link">Ajouter un genre</a>