소스 검색

mise à jour du README avec lien vers tuto

François 6 년 전
부모
커밋
be83150325
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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>