Browse Source

mise à jour du README avec lien vers tuto

François 6 năm trước cách đây
mục cha
commit
be83150325
2 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 2 0
      README.md
  2. 1 0
      src/AppBundle/Resources/views/videotheque/form.html.twig

+ 2 - 0
README.md

@@ -2,3 +2,5 @@ films
 =====
 
 A Symfony project created on October 17, 2018, 6:12 pm.
+
+La partie intégration de vidéos et presque intégralement reprise de https://www.zirolis.com/tuto/integrer-une-video-externe-avec-symfony-et-php

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

@@ -10,6 +10,7 @@
                 </div>
                 <div class="form-group row">
                     {{ form_label(form.mediaVideo, 'Bande annonce') }}
+                    {{ form_errors(form.mediaVideo) }}
                     {{ form_widget(form.mediaVideo) }}
                 </div>
             </div>